datacontract-cli
datacontract-cli copied to clipboard
Snowflake primary and foreign keys not detected by datacontract import
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.