We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the db, there are some materialized views:
treetracker=> \dm webmap.* List of relations Schema | Name | Type | Owner --------+-----------------------+-------------------+--------- webmap | organization_location | materialized view | doadmin webmap | planter_location | materialized view | doadmin webmap | species_stat | materialized view | doadmin
So, we need to periodically update these views: organization_location: daily planter_location: daily species_stat: daily
Please create 3 new dags to run the updates seperately.
The text was updated successfully, but these errors were encountered:
Dadior, I can give this issue a try. Do you need this completed by a specific date since it is high-priority?
Sorry, something went wrong.
No, but the sooner the better :) And you don't need to wait for review on this task, you can freely creat PR and merge into master to try it
CareyAltgilbers
No branches or pull requests
On the db, there are some materialized views:
So, we need to periodically update these views:
organization_location: daily
planter_location: daily
species_stat: daily
Please create 3 new dags to run the updates seperately.
The text was updated successfully, but these errors were encountered: