Skip to content

Commit

Permalink
Update db-extractor-common to generate base types for custom queries
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Aug 8, 2024
1 parent 7263c3d commit 4e2279d
Show file tree
Hide file tree
Showing 17 changed files with 613 additions and 33 deletions.
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 4e2279d

Please sign in to comment.