-
Notifications
You must be signed in to change notification settings - Fork 199
Feat/export format sql view table primary key constraints added #1031 #1026 #1032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hi I try to adress #1026 for snowflake, turn Multiple primaryKey (a.k.a composite key) as Unique constraint for snowflake |
…omaticaly derived from dcs file (weirdo)
|
The fact some existing data contracts in dcs ( datacontract specification format) when instanciate with : |
|
Should I refactor the Test or Implement a better logic here : def _convert_models_to_schema(models: Dict[str, Model], definitions: Dict[str, Field] = None) -> List[SchemaObject]: |
… default type is now string
Feat/export format sql view
Feat/sql view
Add view sql statement drive by schema.physicalType [table|view] alway table as default value
use properties.transformSourceObjects as
FROM entity lists