-
- Downloads
Merge pull request #8790 from metabase/snowflake-support
Snowflake support
Showing
- .circleci/config.yml 22 additions, 0 deletions.circleci/config.yml
- project.clj 1 addition, 0 deletionsproject.clj
- src/metabase/driver/snowflake.clj 241 additions, 0 deletionssrc/metabase/driver/snowflake.clj
- test/metabase/driver/snowflake_test.clj 7 additions, 0 deletionstest/metabase/driver/snowflake_test.clj
- test/metabase/query_processor/middleware/format_rows_test.clj 6 additions, 2 deletions.../metabase/query_processor/middleware/format_rows_test.clj
- test/metabase/query_processor/middleware/parameters/mbql_test.clj 17 additions, 12 deletions...abase/query_processor/middleware/parameters/mbql_test.clj
- test/metabase/query_processor/middleware/parameters/sql_test.clj 7 additions, 0 deletions...tabase/query_processor/middleware/parameters/sql_test.clj
- test/metabase/query_processor_test/date_bucketing_test.clj 45 additions, 42 deletionstest/metabase/query_processor_test/date_bucketing_test.clj
- test/metabase/query_processor_test/expressions_test.clj 5 additions, 3 deletionstest/metabase/query_processor_test/expressions_test.clj
- test/metabase/query_processor_test/filter_test.clj 11 additions, 6 deletionstest/metabase/query_processor_test/filter_test.clj
- test/metabase/query_processor_test/time_field_test.clj 6 additions, 0 deletionstest/metabase/query_processor_test/time_field_test.clj
- test/metabase/query_processor_test/unix_timestamp_test.clj 2 additions, 1 deletiontest/metabase/query_processor_test/unix_timestamp_test.clj
- test/metabase/test/data/snowflake.clj 117 additions, 0 deletionstest/metabase/test/data/snowflake.clj
Loading
Please register or sign in to comment