Skip to content

Commit

Permalink
Merge pull request #237 from keboola/adamvyborny-generate-base-types-…
Browse files Browse the repository at this point in the history
…for-custom-query

Update db-extractor-common to generate base types for custom queries
  • Loading branch information
AdamVyborny committed Aug 14, 2024
2 parents 7263c3d + 43964ae commit ee470b9
Show file tree
Hide file tree
Showing 19 changed files with 616 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build image and run tests
run: |
docker build -t $APP_IMAGE .
docker-compose run --rm wait
docker-compose run --rm app
docker compose run --rm wait
docker compose run --rm app
- name: Push image to ECR
run: |
docker pull quay.io/keboola/developer-portal-cli-v2:latest
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "col1"
Expand All @@ -29,6 +33,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "col2"
Expand All @@ -43,4 +51,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "usergender"
Expand All @@ -29,6 +33,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "sku"
Expand All @@ -43,4 +51,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "usergender"
Expand All @@ -29,6 +33,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "sku"
Expand All @@ -43,4 +51,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "col1"
Expand All @@ -29,6 +33,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "col2"
Expand All @@ -43,4 +51,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "usergender"
Expand All @@ -39,6 +43,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "usercity"
Expand All @@ -57,6 +65,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "usersentiment"
Expand All @@ -75,6 +87,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "zipcode"
Expand All @@ -93,6 +109,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "sku"
Expand All @@ -111,6 +131,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "createdat"
Expand All @@ -129,6 +153,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "category"
Expand All @@ -147,6 +175,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "price"
Expand All @@ -165,6 +197,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "county"
Expand All @@ -183,6 +219,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "countycode"
Expand All @@ -201,6 +241,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "userstate"
Expand All @@ -219,6 +263,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "categorygroup"
Expand All @@ -233,4 +281,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "col1"
Expand All @@ -29,6 +33,10 @@
"key": "KBC.datatype.nullable",
"value": true
},
{
"key": "KBC.datatype.basetype",
"value": "STRING"
},
{
"key": "KBC.sourceName",
"value": "col2"
Expand All @@ -43,4 +51,4 @@
}
]
}
}
}
Loading

0 comments on commit ee470b9

Please sign in to comment.