-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: added fall back to table metric computation #14771
MINOR: added fall back to table metric computation #14771
Conversation
) | ||
|
||
|
||
class SnowflakeTableMetricComputer(BaseTableMetricComputer): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have a file structure similar to what we have for interfaces?
that would help keep the files small and specific. wdyt?
- orm
-- functions
--- snowflake
---- table_metric_computer.py
--- bigquery
---- table_metric_computer.py
something like that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 we could, though I am not sure it is necessary at this point. We have a small file ~400+ lines with tightly coupled classes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okayy, maybe in the future when we add more dialects / dbs in the file, we can make it more readable in the directory structure. Approving Thanks 🙌
Quality Gate passed for 'open-metadata-ingestion'Kudos, no new issues were introduced! 0 New issues |
Describe your changes:
Community thread: https://openmetadata.slack.com/archives/C02B6955S4S/p1705391254940659
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>
Improvement