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

Source Iterable: update to use latest version of CDK #3378

Merged
merged 35 commits into from
May 18, 2021

Conversation

htrueman
Copy link
Contributor

@htrueman htrueman commented May 12, 2021

What

Requirements updated to CDK.
airbyte-protocol and base-python requirements removed.
Closes #3044

Pre-merge Checklist

  • Run integration tests
  • Publish Docker images

Recommended reading order

  1. setup.py
  2. the rest

Copy link
Contributor

@sherifnada sherifnada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! please make sure to run /test and /publish (with bumping the version) before merging

airbyte-integrations/connectors/source-iterable/setup.py Outdated Show resolved Hide resolved
@keu
Copy link
Contributor

keu commented May 12, 2021

@htrueman
It is not clear from PR's title what these change for, i.e. no name of connector and changes have two different connectors (slack and iterable)

Copy link
Contributor

@keu keu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see my comments

@htrueman htrueman changed the title Requirements updated to CDK. Source Iterable: update to use latest version of CDK May 13, 2021
airbyte-protocol and base-python requirements removed.
@htrueman htrueman force-pushed the htrueman/source-iterable-update-to-cdk branch from ae0dda1 to b3893c4 Compare May 13, 2021 08:13
* Format.

* Bump versions.
@htrueman
Copy link
Contributor Author

htrueman commented May 13, 2021

/test connector=source-iterable

🕑 source-iterable https://github.com/airbytehq/airbyte/actions/runs/838593494
❌ source-iterable https://github.com/airbytehq/airbyte/actions/runs/838593494

yevhenii-ldv and others added 2 commits May 13, 2021 18:40
* Add Acceptance Tests to Stripe Connector

* move configured_catalog.json to sample_files

* bump version

Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
@htrueman
Copy link
Contributor Author

htrueman commented May 13, 2021

/test connector=source-iterable

🕑 source-iterable https://github.com/airbytehq/airbyte/actions/runs/839504209
❌ source-iterable https://github.com/airbytehq/airbyte/actions/runs/839504209

@keu
Copy link
Contributor

keu commented May 13, 2021

/test connector=source-iterable

🕑 source-iterable https://github.com/airbytehq/airbyte/actions/runs/839504209
❌ source-iterable https://github.com/airbytehq/airbyte/actions/runs/839504209

you need to check .dockerignore for files that included in container

* FB Marketing source #1390 - returning buffered record while incremental sync

* FB Marketing source #1390 - improving checking while syncing buffered record

* FB Marketing source #1390 - adding loop_back to IncrementalStreamAPI

* FB Marketing source #1390 - bump version

* FB Marketing source #1390 - add CHANGELOG.md
Copy link
Contributor

@sherifnada sherifnada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@htrueman sorry missed this in my first review: read_stream doesn't exist anymore. This was written on an old version of the CDK. Could you change it to use read_records and take the appropriate parameters?

jrhizor and others added 4 commits May 14, 2021 14:45
* add configuration for bumping webapp versionn

* set to current version

* Bump version: 0.16.0-alpha → 0.16.1-alpha

* Revert "Bump version: 0.16.0-alpha → 0.16.1-alpha"

Thiss reverts commit fdbf6dc.

* also update package lock so we don't run into files changed errors

* use 0.19.0-alpha

* add npm webapp version
* Add CDK Speedrun document.

* Finish speedrun doc.

* Address review comments

* Add to SUMMARY.md

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
* Add Rust as a connector specific dependency to source-file

* Add more details about installation.

* Markdown lines are weird.

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
@htrueman
Copy link
Contributor Author

htrueman commented May 16, 2021

/test connector=source-iterable

🕑 source-iterable https://github.com/airbytehq/airbyte/actions/runs/847499571
✅ source-iterable https://github.com/airbytehq/airbyte/actions/runs/847499571

marcosmarxm and others added 4 commits May 16, 2021 19:44
@htrueman
Copy link
Contributor Author

htrueman commented May 17, 2021

/test connector=source-iterable

🕑 source-iterable https://github.com/airbytehq/airbyte/actions/runs/849938587
✅ source-iterable https://github.com/airbytehq/airbyte/actions/runs/849938587

@htrueman htrueman requested review from keu and sherifnada May 17, 2021 13:40
masonwheeler and others added 10 commits May 17, 2021 09:54
Fixes issue #613.

Normalization is not yet enabled.  This will have to be added at a later point.
* Keep normalization backward compatible with old settings from destination

* Bumpversion normalization image
…artifacts (#3416)

* Archive test reports in github workflow

* Archive Test reports only when failures
Fixing some issues with `SqlServerOperations`, which was out of sync with recent changes to `SqlOperations`.
* add redirect to cdk tutorial page

* change path to cdk README.md
Copy link
Contributor

@keu keu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@htrueman
Copy link
Contributor Author

htrueman commented May 18, 2021

/test connector=source-iterable

🕑 source-iterable https://github.com/airbytehq/airbyte/actions/runs/853741745
✅ source-iterable https://github.com/airbytehq/airbyte/actions/runs/853741745

@htrueman
Copy link
Contributor Author

htrueman commented May 18, 2021

/publish connector=connectors/source-iterable

🕑 connectors/source-iterable https://github.com/airbytehq/airbyte/actions/runs/853784847
✅ connectors/source-iterable https://github.com/airbytehq/airbyte/actions/runs/853784847

@htrueman htrueman dismissed sherifnada’s stale review May 18, 2021 15:26

Issue fixed. Merging the branch.

@htrueman htrueman merged commit 588553e into master May 18, 2021
@htrueman htrueman deleted the htrueman/source-iterable-update-to-cdk branch May 18, 2021 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source Iterable: update to use latest version of CDK