mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 09:25:40 +00:00
* 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>
12 lines
235 B
YAML
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
|