Damien Maresma
Damien Maresma
It's quite difficult it's require a db connection to derive SQL `Select ` statement `INTO` a valid table definition and project the metadata with sp_help_text or get_ddl functions. the module...
Hi there is also a regression, introduce by the sniff_csv_header, when using a `with open(model_path, 'rb') ` the model_path could be an abfss:// , s3:// blob or datalake store url,...
Hi, the server element should include `dataset: {model}` to tokenize the model name `cool_table_name`
From a [search in code](https://github.com/search?q=repo%3Adatacontract%2Fdatacontract-cli+.format%28model%3D&type=code ) : yes the {model} is the token for model_name a.k.a table name
Ok I need to check if jsonlines (jsonl) new_lines with gun zip compression is supported (mypayload.jsonl.gz), I'll comeback soon, and I see there is a PR to add azure storage...
@jochenchrist with the current version of Duckdb the 1.0.0 the duckdb connectivity on Azure fail, the ```sql con.sql(f""" CREATE SECRET azure_spn ( TYPE AZURE, PROVIDER service_principal, TENANT_ID '{tenant_id}', CLIENT_ID '{client_id}',...
Hi it's related to the PR #790 I'm still waiting for the approval
Hi @jochenchrist, Here’s how I’m using data contracts in my workflows: In the ingestion pipeline, I use data contracts to monitor changes in JSON payload definitions. Before triggering the Matillion...
Complément : we work in silo, we don't have guarantee or notification the EAI (mulesoft, biztalk) change the structure of the payload.
it's related to the PR #790