sdf-labs / sdf-cli

This is the main repository for SDF documentation found at docs.sdf.com, as well as public schemas, benchmarks, and examples
63 stars 6 forks source link

highlight that generated ddl is optional in sdf #15

Open dbrtly opened 1 month ago

dbrtly commented 1 month ago

Summarize the feature in question. Sdf should flex harder on its optional "sports-mode" for table ddl. It is uniquely compatible with a model like:

create table hello.world as 
select "Hello, world" as msg

The moms_flower_shop tutorial should start with ddl in the models and then remove it.

What team(s) will benefit from this feature request? Sdf beginners

Is this an enhancement to an existing feature? If so, briefly describe the update. Enhance existing tutorial.

Please can contribute this?