9 Commits

Author SHA1 Message Date
Ayush Shah
f379b35279
Reflection Cache Implementation (#2016)
* Reflection Cache for Bigquery and Redshift

* Overrided few sqlalchemy packages

* Added Geography Support

* Reformatted files

* DBT models error handling implemented

* Geography type added as a custom sqlalchemy datatype

* GEOGRAPHY and VARIANT added as custom sql types

* Implemented file formatting using black

* Implemented file formatting using black
2022-01-11 14:58:03 +05:30
Alberto Miorin
c8de136cca
First part of #2091: Python code in branch main is always formatted correctly (#2093) 2022-01-07 06:17:48 +01:00
Pere Miquel Brull
ab620e95af
[issue-1750] - Expandvars transforming values (#1830)
* Prepare tests for basic config cases

* Add test cases

* Use os expandvars

* Add missing commas

* Add missing commas

* Remove dataclasses backport
2021-12-18 15:35:12 -08:00
parthp2107
a9e70e6a89
License header update (#1498)
* updated liscense header

* updated license header

* updated license header

* updated license header

* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Sriharsha Chintalapani
4f57677b79
Update README.md 2021-11-02 19:32:41 -07:00
Sriharsha Chintalapani
ef438eb870
Add bigquery, athena support for profiler (#974) 2021-10-29 09:16:12 +05:30
Sriharsha Chintalapani
e5dfcf9f15
Fix #961: Profiler: Add support for Hive and Athena (#962) 2021-10-27 12:10:59 -07:00
Sriharsha Chintalapani
47d3d5c77a
Fix #946: Add support for MySQL and Snowflake for profiler (#947) 2021-10-27 18:07:34 +05:30
Sriharsha Chintalapani
7b09571a22
Profiler: Module to calculate measurements for a table (#933)
* Profiler: Module to calculate measurements for a table

* Profiler: refactor sql expressions

* Profiler: fix supported types

* Update README.md

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2021-10-27 08:31:10 +05:30