Damien Maresma

Results 6 issues of Damien Maresma

Hi, there is CREATE TABLE statement in Snowflake, created by Matillion where the `cluster by` property precedes the table column definition, I have no idea where to start the change....

To entertain more the html/catalog export mode, is possible to add the Entity Relation ship diagram visualization ? Add a method : ``` def to_mermaid(self) -> str | None: mmd_entity...

https://github.com/datacontract/datacontract-cli/blob/252c4e17b7ffb99e7a823d42015a2a08fa595482/datacontract/engines/data_contract_test.py#L53 The check_jsonschema doesn't support azure ou gcp, and it duplicates the check_soda_execute with json that is compatible with azure, s3 etc .., don't respect the DRY

stale

Hi, I use snowflake as main EDW workspace, I notice some regression when simple-ddl-parser was replaced by sqlglot unfortunatly snowflake ddl import is a show stopper for me, in the...

https://github.com/datacontract/datacontract-cli/blob/bf47fea74d10e2f43f04ca4f5c12f4c3f57623ee/datacontract/engines/soda/connections/duckdb_connection.py#L37 is it possible to add more token as date parts, this should not introduce regression. ```python ... date = datetime.today() month_to_quarter = { 1: "Q1", 2: "Q1", 3: "Q1",...

Hi, I found a defect for a specific column default value when using a sequence here the test def test_table_with_sequence(): # test for ddl = """CREATE TABLE table ( surrogatekey_SK...