potiuk commented on issue #50427: URL: https://github.com/apache/airflow/issues/50427#issuecomment-2868680148
Hmm. I am not sure why https://airflow.apache.org/docs/apache-airflow-providers-snowflake/stable/changelog.html does not get refreshed. This one causes problem with snowflake drop-down. I investigated and fixed it. The problem was ``` <li><a class="reference internal" href="[#main](https://airflow.apache.org/docs/apache-airflow-providers-snowflake/stable/changelog.html#main)">main</a><ul> <li><a class="reference internal" href="[#bug-fixes](https://airflow.apache.org/docs/apache-airflow-providers-snowflake/stable/changelog.html#bug-fixes)">Bug fixes</a></li> </ul> </li> ``` They introduce "main" entry in the index that dooes not have corresponding entry (it's been manually removed by @eladkal. I removed it, pushed it to s3 - it seems to be updated in `live` bucket, https://live-docs-airflow-apache-org.s3.us-east-2.amazonaws.com/docs/apache-airflow-providers-snowflake/stable/changelog.html and I invalidated cloudfront cache with `/*` but https://airflow.apache.org/docs/apache-airflow-providers-snowflake/stable/changelog.html# still shows the old version. This is very strange. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
