datacontract-cli icon indicating copy to clipboard operation
datacontract-cli copied to clipboard

Snowflake primary and foreign keys not detected by datacontract import

Open dwelden opened this issue 10 months ago • 0 comments

Executed following command

datacontract import --format sql --dialect snowflake --source Sample_Employees.sql --output Sample_Employees.datacontract.yaml.txt

Expected to get fields attributes primaryKey and references. Neither were identified.

Sample_Employees.sql.txt

Sample_Employees.datacontract.yaml.txt

dwelden avatar Mar 10 '25 19:03 dwelden