-
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
Cleanup postgres lineage and usage #9919
Comments
I'd like to start taking a look at this issue, could you please assign it to me? @pmbrull |
done, thanks! |
I saw on the readme that you guys have a slack where I can potentially ask for help on getting started, however that slack doesn't seem to work anymore. Is there a new up to date link or do you guys not use slack anymore? |
Hi @TonyTumba08, which link are you following? Just checked and https://slack.open-metadata.org/ is redirecting me properly 🤔 |
Sorry for the late reply, I've been quite busy the past few weeks. You're right though the link does seem to be working now, slack might've been done when I was trying to open it before. |
Hey @harshach, |
hi @BarOffn, thanks for the ping. Assigned it to you. Let us know if you have any questions |
I would like to work on this issue. Could I get assigned? |
…ion in postgres query_parser (open-metadata#13678) * Replaced s.query with query_text in filters for clarity * Removed redundant _iter function * Updated process_table_query to return None when there are no queries to process * Modified process_table_query to yield None if there are no queries * Resolved formating issues and modified process_table_query to return None instead of yielding None * pylint, fix bugs and improve code * fix import * pyformat --------- Co-authored-by: ulixius9 <mayursingal9@gmail.com>
The postgres/lineage.py file is not following the same approach as the rest of lineage sources (example).
The process_table_query is not returning the same object that it says it does.
We should try to align as much as possible this logic here taking Snowflake as an example
The text was updated successfully, but these errors were encountered: