Skip to content

Commit

Permalink
feat: adding Google BigQuery components (#82)
Browse files Browse the repository at this point in the history
This PR:
- adds [Google Big Query Connector Profile](https://docs.aws.amazon.com/appflow/latest/userguide/connectors-googlebigquery.html)
- adds Google Big Query Flow source
- bumps the version of AWS CDK to 2.121.1
- upgrades the CDK Labs deps
  • Loading branch information
rpawlaszek authored Jan 17, 2024
1 parent a373d27 commit d2ef4ca
Show file tree
Hide file tree
Showing 42 changed files with 1,840 additions and 349 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: Apache-2.0
import { CdklabsConstructLibrary } from 'cdklabs-projen-project-types';
import { Stability } from 'projen/lib/cdk';

const cdkVersion = '2.116.1';
const cdkVersion = '2.121.1';
const project = new CdklabsConstructLibrary({
name: '@cdklabs/cdk-appflow',
author: 'Amazon Web Services',
Expand Down
Loading

0 comments on commit d2ef4ca

Please sign in to comment.