Skip to content

Commit

Permalink
correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
pinakidas committed Jun 14, 2022
1 parent 9a44380 commit bb7a33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ You can use the codegen package to have the script generated and then replace `s

Snippets to generate base mode code for reference

Executing using scratchpad
Executing using scratchpad/statement tab in dbtCloud IDE
```
{{ codegen.generate_base_model(
source_name='<source_name>',
table_name='<table_name>'
) }}
```

Execting the macro as an operation
Executing the macro as an operation
```
dbt run-operation generate_base_model --args '{"source_name": "<source_name>", "table_name": "<table_name>"}'
```
Expand Down

0 comments on commit bb7a33f

Please sign in to comment.