-
Notifications
You must be signed in to change notification settings - Fork 960
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
RedshiftMetadataExtractor example sample DAG needed - changing postgres sample DAG not loading views as expected #1461
Comments
I tried the |
@raajpackt I think I found the bug with the script. See #1466 |
@delwaterman does it now handle the views as well after adding the config? I tried to use the |
As I read the example it's only fetching tables from Redshift based off the query in the extractor: https://github.com/amundsen-io/amundsen/blob/main/databuilder/databuilder/extractor/redshift_metadata_extractor.py You might have to add/create your own custom extractor to pull out views. The fix I did was to make sure that elascticsearch was properly updated. |
@delwaterman Yes, figured that we might need an extractor for that. I could not figure out how to build one hence posted this as a feature request to have views in. Surprisingly there is a redshift extractor that supports late binding views and still does not support normal views which was a bit non intuitive (mentioned in the above issue). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed for inactivity. If you still wish to make these changes, please open a new pull request or reopen this one. |
Requesting a databuilder example dag for Redshift.
The
RedshiftMetadataExtractor
is present in the list of extracters.An example dag for sample metadata for redshift would be helpful. The postgres example databuilder dag does not seem to bring in views. Using
RedshiftMetadataExtractor
in place ofPostgresMetadataExtractor
in the sample postgres dag does not solve this problem. They still do not load the views although running fine.The following is the trace of a successful dag running in airflow which still does not load views in amundsen somehow.
EDIT : Is this because of late binding views only being added and not normal views?
The text was updated successfully, but these errors were encountered: