Skip to content

Commit

Permalink
Cloud My Sql e2e Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
priyabhatnagar25 committed Jun 5, 2023
1 parent 9d6f438 commit b4850eb
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ invalidImportQuery=select
numberOfSplits=2
invalidRef=invalidRef&^*&&*
zeroValue=0
ConnectionName=cdf-athena:us-central1:sql-automation-test-instance
connectionName=CLOUDSQLMYSQL_CONNECTIONNAME
zeroSplits=isha
insertQuery= select * from mytable
CloudMySqlImportQuery=select * from mytable
fetchSize=1000
NumSplits=1
SplitBy=ID
projectId=cdf-athena
datasetprojectId=cdf-athena
BQReferenceName=reference
targetTable=mytable4
bqDatasetId=1234
dataset=data212
dataset=test_automation
bqSourceTable=mysql
driver=cloudsql-mysql
table=myTable
Expand All @@ -36,6 +37,8 @@ invalidboundQuery=SELECT MIN(id),MAX(id) FROM table
cloudsqlimportQuery=where $CONDITIONS;
splitby=ID
numbersplitsgenerate=2
connectionTimeout=100
invalidTablename=Table123
outputSchema=[{"key":"fname","value":"string"},{"key":"lname","value":"string"},{"key":"cost","value":"double"},\
{"key":"zipcode","value":"int"}]
OutputSchema=[{"key":"id","value":"int"},{"key":"lastName","value":"string"}]
Expand Down Expand Up @@ -78,7 +81,7 @@ datatypesSchema=[{"key":"ID","value":"string"},{"key":"COL1","value":"boolean"},
bqOutputMultipleDatatypesSchema= [{"key":"COL1","value":"bytes"},{"key":"COL2","value":"string"},\
{"key":"COL3","value":"date"},{"key":"COL4","value":"double"},{"key":"COL6","value":"timestamp"},\
{"key":"COL8","value":"boolean"},{"key":"COL9","value":"long"},{"key":"COL10","value":"time"}]
SqlServerDatatypesColumns=(COL1 VARBINARY(100) , COL2 VARCHAR(100), COL3 DATE, COL4 DOUBLE,\
CloudMySqlDatatypesColumns=(COL1 VARBINARY(100) , COL2 VARCHAR(100), COL3 DATE, COL4 DOUBLE,\
COL6 TIMESTAMP, COL8 BIT, COL9 BIGINT, COL10 TIME)
#bq queries file path
CreateBQTableQueryFile=BigQuery/BigQueryCreateTableQuery.txt
Expand Down

0 comments on commit b4850eb

Please sign in to comment.