dbt-labs / dbt-codegen

Macros that generate dbt code
https://hub.getdbt.com/dbt-labs/codegen/latest/
Apache License 2.0
459 stars 99 forks source link

Update README.md #129

Closed cohms closed 1 year ago

cohms commented 1 year ago

This is a:

Description & motivation

Added example on the right syntax for using multiple arguments to generate_source in the Cloud IDE

Without this it wasn't clear how to call multiple arguments in the Cloud IDE. I've had customers try copying the macro syntax shown which doesn't work ( e.g. try 'schema_name': 'jaffle_shop',... instead of schema_name= 'jaffle_shop',...)

Checklist

graciegoheen commented 1 year ago

Yep - let's open up a new issue to resolve CI checks, but we can go ahead and merge this