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

Ryan/sync oracle version number #14736

Merged
merged 4 commits into from
Jul 15, 2022
Merged

Conversation

ryankfu
Copy link
Contributor

@ryankfu ryankfu commented Jul 14, 2022

What

Bumped oracle version number to match bumped version here: #14618
Updated documentation to reflect the fact that version 0.1.17 of destination-oracle connector was not pushed to Docker Hub

How

Update yaml files to match the version changes in Oracle destination connector

Recommended reading order

  1. destination_spec.yaml
  2. destination_definitions.yaml
  3. oracle.md

🚨 User Impact 🚨

No user impact other than giving them the updated changes made to Oracle

Pre-merge Checklist

Expand the relevant checklist and delete the others.

New Connector

Community member or Airbyter

  • Community member? Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
    • docs/integrations/README.md
    • airbyte-integrations/builds.md
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • If new credentials are required for use in CI, add them to GSM. Instructions.
  • /test connector=connectors/<name> command is passing
  • New Connector version released on Dockerhub by running the /publish command described here
  • After the connector is published, connector added to connector index as described here
  • Seed specs have been re-generated by building the platform and committing the changes to the seed spec files, as described here
Updating a connector

Community member or Airbyter

  • Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • Changelog updated in docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
  • PR name follows PR naming conventions

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • If new credentials are required for use in CI, add them to GSM. Instructions.
  • /test connector=connectors/<name> command is passing
  • New Connector version released on Dockerhub and connector version bumped by running the /publish command described here
Connector Generator
  • Issue acceptance criteria met
  • PR name follows PR naming conventions
  • If adding a new generator, add it to the list of scaffold modules being tested
  • The generator test modules (all connectors with -scaffold in their name) have been updated with the latest scaffold by running ./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates then checking in your changes
  • Documentation which references the generator is updated as needed

Tests

Unit

Put your unit tests output here.

Integration

Put your integration tests output here.

Acceptance

Put your acceptance tests output here.

@ryankfu ryankfu temporarily deployed to more-secrets July 14, 2022 23:54 Inactive
@ryankfu
Copy link
Contributor Author

ryankfu commented Jul 14, 2022

/publish connector=connectors/destination-oracle

🕑 Publishing the following connectors:
connectors/destination-oracle
https://github.com/airbytehq/airbyte/actions/runs/2673813068


Connector Did it publish? Were definitions generated?
connectors/destination-oracle

if you have connectors that successfully published but failed definition generation, follow step 4 here ▶️

@grishick grishick self-requested a review July 15, 2022 01:43
@grishick
Copy link
Contributor

grishick commented Jul 15, 2022

/publish connector=connectors/destination-oracle run-tests=false

🕑 Publishing the following connectors:
connectors/destination-oracle
https://github.com/airbytehq/airbyte/actions/runs/2674469545


Connector Did it publish? Were definitions generated?
connectors/destination-oracle

if you have connectors that successfully published but failed definition generation, follow step 4 here ▶️

@ryankfu ryankfu temporarily deployed to more-secrets July 15, 2022 04:54 Inactive
@grishick grishick force-pushed the ryan/sync-oracle-version-number branch from c98841a to ff7e615 Compare July 15, 2022 15:03
@grishick grishick temporarily deployed to more-secrets July 15, 2022 15:05 Inactive
@github-actions github-actions bot added the area/documentation Improvements or additions to documentation label Jul 15, 2022
@grishick grishick temporarily deployed to more-secrets July 15, 2022 15:08 Inactive
@ryankfu ryankfu merged commit 71ab5ff into master Jul 15, 2022
@ryankfu ryankfu deleted the ryan/sync-oracle-version-number branch July 15, 2022 15:49
jsrcodes added a commit to jsrcodes/airbyte that referenced this pull request Jul 15, 2022
…rbytehq-master

* 'master' of https://github.com/airbytehq/airbyte: (1141 commits)
  pass USE_STREAM_CAPABLE_STATE env var to containers/deployments (airbytehq#14737)
  Bump mqtt connector (airbytehq#14648)
  Add error code to ManualOperationResult (airbytehq#14657)
  Bump elasticsearch version (airbytehq#14640)
  Ryan/sync oracle version number (airbytehq#14736)
  Fixed linter issue with add_fields.py comments (airbytehq#14742)
  🎉Redshift, Databricks, Snowflake, S3 Destinations: Make S3 output filename configurable (airbytehq#14494)
  🐛Source-mssql: aligned regular and cdc syncs and its datatype tests (airbytehq#14379)
  🎉 Source Amazon Seller Partner: Add new streams (airbytehq#13604)
  bump source-file-secure (airbytehq#14704)
  🎉 New source: Timely airbytehq#13292 (airbytehq#14335)
  🪟🔧 Refactor feature service (airbytehq#14559)
  [low code cdk] add a transformation for adding fields into an outgoing record (airbytehq#14638)
  Bump destination-postgres to 0.3.21 (airbytehq#14479)
  Remove `additionalProperties: false` from JDBC destination connectors (airbytehq#14618)
  🎉 Source Notion: add OAuth authorization for source-notion connector (airbytehq#14706)
  Use the configuration diff calculation in the update endpoint (airbytehq#14626)
  🪟 🐛 Fix input validation on blur and cleanup signup error handling (airbytehq#14724)
  lower sleep after wait for successful job (airbytehq#14725)
  Add configuration diff (airbytehq#14603)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants