Skip to content

Commit

Permalink
add Redland City Council connector
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Apr 19, 2024
1 parent 3149b6b commit 551cd82
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ helm upgrade -n dga-prod magda ./chart --timeout 30000s --install -f config.yaml
# Upgrade Guide:

## v3.0.1

Upgrades with improvements & bug fixes

## v2.3.3

Minor upgrade with improvements & bug fixes
Expand Down
7 changes: 5 additions & 2 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,8 @@ dependencies:
- name: magda-project-open-data-connector
repository: oci://ghcr.io/magda-io/charts
version: 2.0.0
digest: sha256:c7406f898a6fdf6ac84dab53f8aca69372b89eddcb9a09247a8ef4bec62e6d70
generated: "2024-04-05T16:51:34.052352+11:00"
- name: magda-project-open-data-connector
repository: oci://ghcr.io/magda-io/charts
version: 2.0.0
digest: sha256:f9f69aa6e0faa5248ad5405050ea2a6c9ec66df528bf710d0136f7c48098fe57
generated: "2024-04-19T15:17:58.068235+10:00"
10 changes: 9 additions & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,12 @@ dependencies:
repository: "oci://ghcr.io/magda-io/charts"
tags:
- connectors
- connector-dcceew
- connector-dcceew

- name: magda-project-open-data-connector
version: "2.0.0"
alias: connector-redland
repository: "oci://ghcr.io/magda-io/charts"
tags:
- connectors
- connector-redland
7 changes: 7 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ connector-bundaberg:
opType: MERGE_RIGHT
data:
publisher: "Bundaberg Regional Council"

connector-redland:
config:
id: redland
name: "Redland City Council"
sourceUrl: https://opendata.redland.qld.gov.au/api/feed/dcat-us/1.1.json
schedule: 10 12 * * 6

## CKAN-only: Only get datasets that match this organisation name - you can only have one due to limitations
## in the CKAN API, if you need multiple organisations make multiple connectors.
Expand Down

0 comments on commit 551cd82

Please sign in to comment.