Skip to content

Commit 26a1798

Browse files
authored
Merge pull request #200 from aperture-data/release-0.3.9
Cleans up the package by removing legacy data loaders. Adds compatibility with big query.
2 parents 50f6365 + e7856f7 commit 26a1798

File tree

13 files changed

+41
-1592
lines changed

13 files changed

+41
-1592
lines changed

.github/workflows/main.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,27 @@ jobs:
102102
- name: GitHub Release
103103
run: 'TOKEN=${{ secrets.GITHUBPAT }} ./github-release.sh'
104104
shell: bash
105+
106+
deploy_artifacts_staging_environment:
107+
needs:
108+
- build-test
109+
- build_and_deploy_docs
110+
runs-on: ubuntu-latest
111+
steps:
112+
- uses: actions/checkout@v3
113+
with:
114+
fetch-depth: 0
115+
ref: ${{ github.event.pull_request.head.ref }}
116+
- name: Set release version
117+
env:
118+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
119+
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
120+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
121+
run: './configure_deployment.sh'
122+
shell: bash
123+
- uses: actions-hub/kubectl@master
124+
env:
125+
KUBE_CONFIG: ${{ secrets.KUBECONFIG_STAGE }}
126+
KUBE_CONTEXT: arn:aws:eks:us-west-2:684446431133:cluster/aperturedata-eks
127+
with:
128+
args: apply -f deploy/

aperturedb/BBoxLoader.py

Lines changed: 0 additions & 183 deletions
This file was deleted.

aperturedb/BlobLoader.py

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)