Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
type: bulk
args:
- type: bigquery_run_sql
source: bigquery
sql: |
CREATE TABLE `hasura.table_to_customize` (
`column_to_customize` STRING
);