File tree Expand file tree Collapse file tree 17 files changed +13502
-20
lines changed
Expand file tree Collapse file tree 17 files changed +13502
-20
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Meteor currently support metadata extraction on these data sources. To perform e
1919| [ ` mariadb ` ] ( https://github.com/odpf/meteor/tree/main/plugins/extractors/mariadb/README.md ) | ✅ | ✅ | ✅ | ✗ | ✗ | ✗ |
2020| [ ` redshift ` ] ( https://github.com/odpf/meteor/tree/main/plugins/extractors/redshift/README.md ) | ✅ | ✅ | ✅ | ✗ | ✗ | ✗ |
2121| [ ` presto ` ] ( https://github.com/odpf/meteor/tree/main/plugins/extractors/presto/README.md ) | ✅ | ✅ | ✅ | ✗ | ✗ | ✗ |
22+ | [ ` snowflake ` ] ( https://github.com/odpf/meteor/tree/main/plugins/extractors/snowflake/README.md ) | ✅ | ✅ | ✅ | ✗ | ✗ | ✗ |
2223
2324### Dashboard
2425
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ require (
3838 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
3939 github.com/hashicorp/go-hclog v0.16.1
4040 github.com/hashicorp/go-plugin v1.4.2
41- github.com/klauspost/compress v1.13.6 // indirect
4241 github.com/kr/text v0.2.0 // indirect
4342 github.com/lib/pq v1.10.2
4443 github.com/mcuadros/go-defaults v1.2.0
@@ -56,6 +55,7 @@ require (
5655 github.com/schollz/progressbar/v3 v3.8.5
5756 github.com/segmentio/kafka-go v0.4.17
5857 github.com/sijms/go-ora/v2 v2.2.22
58+ github.com/snowflakedb/gosnowflake v1.6.7
5959 github.com/spf13/cobra v1.2.1
6060 github.com/spf13/viper v1.8.1
6161 github.com/stretchr/testify v1.7.0
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- //go:build integration
2- // +build integration
1+ //go:build plugins
2+ // +build plugins
33
44package bigtable_test
55
Original file line number Diff line number Diff line change 1- //go:build integration
2- // +build integration
1+ //go:build plugins
2+ // +build plugins
33
44package cassandra_test
55
Original file line number Diff line number Diff line change 1- //go:build integration
2- // +build integration
1+ //go:build plugins
2+ // +build plugins
33
44package clickhouse_test
55
Original file line number Diff line number Diff line change 1- //go:build integration
2- // +build integration
1+ //go:build plugins
2+ // +build plugins
33
44package couchdb_test
55
Original file line number Diff line number Diff line change 1- //go:build integration
2- // +build integration
1+ //go:build plugins
2+ // +build plugins
33
44package elastic_test
55
Original file line number Diff line number Diff line change 1- //go:build integration
2- // +build integration
1+ //go:build plugins
2+ // +build plugins
33
44package kafka_test
55
Original file line number Diff line number Diff line change 1- //go:build integration
2- // +build integration
1+ //go:build plugins
2+ // +build plugins
33
44package oracle_test
55
You can’t perform that action at this time.
0 commit comments