Skip to content

Meltano project file bundle of Matatika datasets for monitoring Snowflake

License

Notifications You must be signed in to change notification settings

Matatika/analyze-snowflake-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analyze-snowflake-monitoring

Meltano project file bundle of datasets for monitoring snowflake.

Files:

Adding this file bundle to your own Meltano project

Add plugin to discovery.yml:

files:
- name: analyze-snowflake-monitoring
  namespace: snowflake_monitoring
  repo: https://github.com/Matatika/analyze-snowflake-monitoring
  pip_url: git+https://github.com/Matatika/analyze-snowflake-monitoring

Add plugin to your Meltano project:

# Add only the file bundle
meltano add files analyze-snowflake-monitoring

Adding this file bundle to your Matatika workspace

Go to the Lab then Plugins page, click on the CUSTOM tab, click add and then copy and paste in:

files:
  - name: analyze-snowflake-monitoring
    namespace: snowflake_monitoring
    update:
      '*.yml': true
    pip_url: git+https://github.com/Matatika/analyze-snowflake-monitoring