Pankaj Singh

Results 46 comments of Pankaj Singh

Discussion: https://github.com/astronomer/astro-sdk/pull/596#discussion_r943415100

There is a scheduled event in GitHub workflow but looks like it runs on the default branch only i.e main our case so we might have to merge PR in...

trying to run below job ``` Run-Benchmark: runs-on: ubuntu-18.04 env: GOOGLE_APPLICATION_CREDENTIALS: /tmp/google_credentials.json GOOGLE_APPLICATION_CREDENTIALS_JSON: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }} steps: - uses: actions/checkout@v2 - run: python -c 'import os; print(os.getenv("GOOGLE_APPLICATION_CREDENTIALS_JSON", "").strip())' > ${{...

> trying to run below job > > ``` > Run-Benchmark: > runs-on: ubuntu-18.04 > env: > GOOGLE_APPLICATION_CREDENTIALS: /tmp/google_credentials.json > GOOGLE_APPLICATION_CREDENTIALS_JSON: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS_JSON }} > steps: > - uses: actions/checkout@v2...

Script failing while pushing image into registry ``` unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow...

> Script failing while pushing image into registry > > ``` > unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To...

Benchmark script succeeded in CI https://github.com/astronomer/astro-sdk/actions/runs/3092321371/jobs/5003571780 commit: f3d0a7c672d8eac990fa8f1d00b136ad0f9b5663

here is the example DAG to create and destroy redshift cluster ``` import os from datetime import datetime, timedelta from airflow.models.dag import DAG from airflow.providers.amazon.aws.operators.redshift_cluster import ( RedshiftCreateClusterOperator, RedshiftDeleteClusterOperator )...

discussion: https://github.com/astronomer/astro-sdk/pull/596#discussion_r944035899