Skip to content
Snippets Groups Projects
Select Git revision
  • e3658e70702345a79902831821f97c9d89e09822
  • master default protected
  • demo1
3 results

second_view.sqlx

Blame
  • second_view.sqlx 228 B
    config { type: "view" }
    
    -- Use the ref() function to manage dependencies.
    -- Learn more about ref() and other built in functions here: https://cloud.google.com/dataform/docs/dataform-core
    
    SELECT test from ${ref("first_view")}