8000 Tags · WordPress/openverse-catalog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Tags: WordPress/openverse-catalog

Tags

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update references to just airflow in README #1076 (#1088)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add isort configuration file (#1054)

* add .isort.cfg

* add comment about known_first_party modules

* Remove redundant config

* Fixup after rebase

---------

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to Airflow 2.5.1, remove old warnings (#985)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to Airflow 2.5.0 (#939)

* Bump Airflow to v2.5.0

* Replace PostgresResultOperator with SQLExecuteQueryOperator

* Replace PostgresOperator with SQLExecuteQueryOperator

* Only apply warning ignorations to affected tests

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
RDS Snapshot rotation DAG (#904)

* Add first pass a db snapshot rotation DAG

* Add unit tests

* Fix DAG documentation

* Add db snapshots DAG to parsing test

* Add missing attributes to DAG

* Fix DAG_ID

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

* Fix template variable

* Remove redundant parameter

* Update openverse_catalog/dags/maintenance/rotate_db_snapshots.py

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

* Use Airflow template strings to get variables

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

* Fix dag name

* Sort describe snapshots return value (just to make sure)

Also fixes the usage of `describe_db_snapshots` to retrieve the actual
list of snapshots on the pagination object.

* Lint generated DAG file

Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Break load_from_s3 into separate tasks to fix duplicate reporting (#914)

* Separate load_from_s3 from upsert_data step

* Fix load_local_data_to_intermediate_table

* Remove clean step from load_local_data_to_intermediate_table

As far as I can tell this method is tested but never used anywhere.
This should mirror `load_s3_data_to_intermediate_table` and only
handle the loading steps, not the cleaning steps.

If this method *is* used elsewhere, it will need to be updated to
call the cleaning steps separately.

* Fix tests

* Also separate out the clean data step

* Clarify 'load_timeout' to 'upsert_timeout'

* Extend Smithsonian upsert timeout

* Add types to the clean_intermediate_table_data function

* Add NMNHANTHRO Smithsonian subprovider

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Break load_from_s3 into separate tasks to fix duplicate reporting (#914)

* Separate load_from_s3 from upsert_data step

* Fix load_local_data_to_intermediate_table

* Remove clean step from load_local_data_to_intermediate_table

As far as I can tell this method is tested but never used anywhere.
This should mirror `load_s3_data_to_intermediate_table` and only
handle the loading steps, not the cleaning steps.

If this method *is* used elsewhere, it will need to be updated to
call the cleaning steps separately.

* Fix tests

* Also separate out the clean data step

* Clarify 'load_timeout' to 'upsert_timeout'

* Extend Smithsonian upsert timeout

* Add types to the clean_intermediate_table_data function

* Add NMNHANTHRO Smithsonian subprovider

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump apache-airflow[amazon,http,postgres] from 2.4.1 to 2.4.2 (#842)

* Bump apache-airflow[amazon,http,postgres] from 2.4.1 to 2.4.2

Bumps [apache-airflow[amazon,http,postgres]](https://github.com/apache/airflow) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst)
- [Commits](apache/airflow@2.4.1...2.4.2)

---
updated-dependencies:
- dependency-name: apache-airflow[amazon,http,postgres]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add expose_stacktrace option to dockerfile

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Madison Swain-Bowden <bowdenm@spu.edu>
Co-authored-by: Olga Bulat <obulat@gmail.com>

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactor Freesound to use ProviderDataIngester (#746)

* Initial refactor steps

* Move functions

* Refactor other functions

* Update tests

* Add class to workflow list

* Remove TODO note

* Update DAGs.md

* Fixes identified in PR review

Co-authored-by: Staci Cooper <63313398+stacimc@users.noreply.github.com>

* Simplify some logic

* Remove per-license selection logic

* Simplify URL acquisition & tests

Co-authored-by: Staci Cooper <63313398+stacimc@users.noreply.github.com>

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add tags option for provider workflows & "legacy-ingestion" tag (#739)

0