Jacob
Jacob
This would also be a great addition for Kafka topics
What kind of SQL data types you use in the datacontract format? Is that duckdb based?
I have finished my other PR https://github.com/datacontract/datacontract-cli/pull/166 I'll work on this now for both import and export
I'm working on a small demo where i use the AST from sqlglot to build a generic import & export (https://github.com/tobymao/sqlglot?tab=readme-ov-file#ast-introspection) sqlfile + dialect -> AST -> datacontract datacontract ->...
Starting to work on some test code: https://github.com/jverhoeks/test_sqlparse Datatype mapping is in progress
I can help with this. I working on a project where the source is provided by lakeformation cross-account sharing to the etl accounts. I already have some scrpt to extract...
Hi, i created the code to extract the info but was checking how to implement this in datacontract-cli. This is simple code to extract the columns and hive partitions. Tested...
First version: https://github.com/jverhoeks/datacontract-cli/blob/122-import-glue/datacontract/imports/glue_importer.py need to align the formating, i use black by default
I have created the pr with some test code using Moto to mock the AWS Glue Api https://github.com/datacontract/datacontract-cli/pull/166
Created the PR: https://github.com/datacontract/datacontract-cli/pull/392 Ready for review