1
0
mirror of synced 2025-12-23 11:57:55 -05:00
Commit Graph

7 Commits

Author SHA1 Message Date
Augustin
787e8eefd3 connectors-ci: unpin pytest on specific connectors (#25562) 2023-04-27 11:57:45 +00:00
Brian Leonard
c302af45ff Upgrade to Python 3.9 (#11763)
* Dockerfile to 3.9

* Python version

* More python updates

* 3.9 on GitHub actions and lint updates

* Test out 3.9.11 on GitHub actions

* install python with an action

* formatting: newline

* Also has python code

* only check first level for changed modules
Previous example (source-google-search-console/credentials)

* Test failure: there is no logger.trace
2022-04-11 20:51:37 -07:00
Karina Kuznietsova
dd120a2349 Update fields in source-connectors specifications: python-http-tutorial (#9152)
* Changed Titles and Descriptions

* fix spec.json

Co-authored-by: Karina <karina.kuznietsova@zazmic.com>
Co-authored-by: ykurochkin <zhenia.kurochkin@gmail.com>
2021-12-30 18:15:39 +02:00
Yevhenii
776ca69961 🎉 Source Python HTTP Tutorial: Migrate to CDK, remove deprecated dependencies (#8433)
* Migrate Python HTTP Tutorial to CDK, update required in spec.json
2021-12-03 15:29:44 +02:00
Jared Rhizor
b4793b2510 add AIRBYTE_ENTRYPOINT for kubernetes support (#3973)
* add AIRBYTE_ENTRYPOINT for kubernetes support

* bump versions

* bump version in seed

* Update generic template

* keep scaffold sources at 0.1.0

* add missing newline

* handle python base versions correctly

* re-bump mysql and postgres sources

* re-bump snowflake destination

* add skip tests option

* switch to running tests

* reverse conditional to make it safer

* fix publish to include the test running

* fix iterable version

* fix file generation

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-06-09 13:01:45 -07:00
Davin Chia
9a92da06b9 Update CDK Tutorial to use new CDK. (#3358)
As the title suggests.

Some intricacies around how various directories have diverged.

The HTTP templates now use integration_tests to house catalogs and config files instead of sample_files. After this PR, everything should be updated to use integration_tests for all files except config files. Config files use secrets since they often contain secrets. Anything, besides actual implementations that have yet to be updated, not following this is my mistake.

Even though it diverges from the generated templates, I've decided to leave the tutorial code and the tutorial as using sample_files for now. I think it's more straightforward than telling people to create a new secrets directory. We can change this at a later date.

Confirmed the checked in http python tutorial code works by running ./gradlew :airbyte-integrations:connectors:source-python-http-tutorial:standardSourceTestFile.
2021-05-11 16:52:13 +08:00
Sherif A. Nada
4e9f4bdd06 CDK: tutorial for implementing an HTTP source (#3079) 2021-04-27 00:28:10 -07:00