Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 New Destination: Google Cloud Storage #4784

Merged
merged 26 commits into from
Jul 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
cd77654
Adding Google Cloud Storage as destination
shmf Jun 24, 2021
8b556cc
Removed few comments and amended the version
MaxwellJK Jun 24, 2021
e952014
Added documentation in docs/integrations/destinations/gcs.md
MaxwellJK Jun 24, 2021
8c25393
Amended gcs.md with the right pull id
MaxwellJK Jun 24, 2021
c6005d6
Implemented all the fixes requested by tuliren as per https://github.…
MaxwellJK Jun 26, 2021
22d1740
Renaming all the files
MaxwellJK Jun 26, 2021
b889e52
Branch alligned to S3 0.1.7 (with Avro and Jsonl). Removed redundant …
MaxwellJK Jul 8, 2021
d44f6fe
Merge branch 'master' into destination-gcs
MaxwellJK Jul 12, 2021
687689c
Removed some additional duplicates between GCS and S3
MaxwellJK Jul 14, 2021
dfa0fc3
Merge branch 'destination-gcs' of https://github.com/MaxwellJK/airbyt…
MaxwellJK Jul 14, 2021
94241a3
Revert changes in the root files
tuliren Jul 16, 2021
ba22206
Revert jdbc files
tuliren Jul 16, 2021
9ed20bb
Fix package names
tuliren Jul 16, 2021
26a2a06
Refactor gcs config
tuliren Jul 16, 2021
1bdc707
Format code
tuliren Jul 16, 2021
cb94d98
Fix gcs connection
tuliren Jul 16, 2021
67c56bc
Format code
tuliren Jul 16, 2021
107e0a5
Add acceptance tests
tuliren Jul 16, 2021
5a7e3e9
Fix parquet acceptance test
tuliren Jul 16, 2021
0e3ac06
Add ci credentials
tuliren Jul 16, 2021
f0324c3
Register the connector and update documentations
tuliren Jul 16, 2021
0cff8ad
Fix typo
tuliren Jul 16, 2021
b922b08
Format code
tuliren Jul 16, 2021
2519bce
Add unit test
tuliren Jul 16, 2021
8f6c096
Add comments
tuliren Jul 16, 2021
cc27e5d
Update readme
tuliren Jul 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Amended gcs.md with the right pull id
  • Loading branch information
MaxwellJK committed Jun 24, 2021
commit 8c25393dbcb86a2778cc514e0916d999d556963e
2 changes: 1 addition & 1 deletion docs/integrations/destinations/gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ Under the hood, an Airbyte data stream in Json schema is first converted to an A

| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.0 | 2021-06-03 | [#3672](https://github.com/airbytehq/airbyte/pull/3672) | Initial release with CSV Parquet outputs|
| 0.1.0 | 2021-06-24 | [#4329](https://github.com/airbytehq/airbyte/pull/4329) | Initial release with CSV Parquet outputs|