* 1. Use pendulum - user friendly
2. Fix: Error for max wait time reached when create report status is CANCELLED or FATAL
* Write test cases and changelog
* Additinal details about Windows specific long filename error during cloning
* Corrected the path
* Revert "Corrected the path"
This reverts commit bbd3b78fcb.
* Revert "Additinal details about Windows specific long filename error during cloning"
This reverts commit 0b695eea1a.
* Email is mandatory 'Specify your preferences', Link to docker inst guide
* Use relative paths while linking
* Typo in Destination section
* On Windows, fixing long filename error during cloning
* For Windows with WSL2 and Docker, clarify steps to locate destination local folder
* Link to locating local files on Windows
* Update docs/contributing-to-airbyte/updating-documentation.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/quickstart/set-up-a-connection.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/examples/postgres-replication.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/examples/postgres-replication.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/examples/postgres-replication.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/deploying-airbyte/local-deployment.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Update docs/deploying-airbyte/local-deployment.md
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
Co-authored-by: Patali, Prashanth <ppatali@hidglobal.com>
Co-authored-by: Abhi Vaidyanatha <abhi@airbyte.io>
* Add skeleton code for parquet writer
* Refactor s3 destination code
* Add parquet to spec
* Complete parquet writer
* Change testing data from int to double
* Add acceptance test for parquet writer
* Handle special schema field names
* Format code
* Add parquet config
* Add documentation
* Add unit tests
* Fix typo
* Update document
* Bump version
* Fix date format
* Fix credential filename
* Update doc
* Update test and publish commands
* Refactor s3 format config
* Append compression codec file extension
* Update doc
* Remove compression codec file extension
* Add comments
* Add README, CHANGELOG, and sample configs
* Move changelog
* Use switch statement
* Move filename helper method to base writer
* Rename converter
* Separate test cases
* Drop union type length restriction
* Support array with multiple types
* Move comments to connector doc
* Share config between acceptance tests
* Add doc about additional properties
* Move shared code out of if branch
* Add doc about adding a new format
* Format code
* Bump version to 0.1.4
* Fix default max padding size
* Refactor tutorials section in docs to be more clear.
* Fix SUMMARY.md for transformations with Airbyte
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
Authored by @panhavad
* base from prev PR
* add s3 alternative destination connector feature
* fix testGetOutputFilename
* default using aws
* Update airbyte-integrations/connectors/destination-jdbc/src/main/java/io/airbyte/integrations/destination/jdbc/copy/s3/S3Config.java
* Add normalization block
* Add transformation block
* Add operations resource
* Move transformation form to separate component
* Rename operations field on backend. Improve transformations usage
* Mock listOperations operation in unit test
* Make basic a default normalization
* Add errors for forms
* Select basic normalization by default
* Add support to optionally display normalization
* Add supportsDbt and supportsNormalization destination fields
* add useInitialValues hook
* Reinit form on change
Co-authored-by: Christophe Duong <christophe.duong@gmail.com>
* Fix onChange to onSelect renaming
Co-authored-by: Christophe Duong <christophe.duong@gmail.com>
* Making single port 8000 default and update NetworkErrorBoundary.tsx response code 502
* add .env files
* Updating instructions in docs/deploying-airbyte/*
* add troubleshooting section and remove FAQ file
* add windows new tutorial to summary
* remove change on normalization
* add eof
* transfer user handbook to docs
* review comments and made changes