OpenMetadata/profiler/configs/database.yaml
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

12 lines
235 B
YAML

profiler:
type: redshift
config:
sql_connection:
host_port: host:port
username: username
password: password
database: warehouse
db_schema: public
service_name: redshift
table_name: sales