Connector models not surfaced #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'generate dbt docs' | |
| on: | |
| pull_request: | |
| types: | |
| - labeled | |
| jobs: | |
| generate-docs: | |
| if: github.event.label.name == 'docs:ready' | |
| uses: fivetran/dbt_package_automations/.github/workflows/generate-docs.yml@main | |
| secrets: inherit | |
| with: | |
| # This needs to be kept a long list like this, and ': public' should not be included in the last var of the list. | |
| schema_var_name: "twitter_organic_schema: 'public', linkedin_pages_schema: 'public', instagram_business_schema: 'public', facebook_pages_schema: 'public', youtube_analytics_schema" |