1
0
mirror of synced 2025-12-21 02:51:29 -05:00
Commit Graph

25 Commits

Author SHA1 Message Date
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
Tope Folorunso
54c1315037 Source Looker - Migrate Python CDK to Low-code CDK (#37464)
Co-authored-by: Alexandre Girard <alexandre@airbyte.io>
Co-authored-by: Natik Gadzhi <natik@respawn.io>
2024-07-31 15:46:56 -07:00
Alexandre Girard
5249f40b94 source-looker: Replace AirbyteLogger with logging.Logger (#38914) 2024-06-04 17:26:25 +02:00
Joe Reuter
f29234a2db airbyte-lib: Refactor connectors (#34552) 2024-01-30 03:22:13 -06:00
Augustin
0b33caecda Revert "[skip ci] formatting: add missing license headers (#33250)" (#33289) 2023-12-11 11:38:37 +01:00
Augustin
60c1cc01ad [skip ci] formatting: add missing license headers (#33250) 2023-12-11 10:15:18 +01:00
Cole Snodgrass
2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00
Serhii Lazebnyi
b526aace6a 🐛Source Looker: Fix schema transformation issue (#20182)
* Fix schema transformation issue

* Updated PR number

* Added unittest

* Add a test case that uses the recursion

* Unhide from cloud

* Bumed seed version
2023-01-06 18:19:56 +01:00
Pedro S. Lopez
938436bcc9 update connector specs and definitions with new .com documentation urls (#17585)
* update definitions with new .com docs urls

* update docs urls in specs

* update generators

* regenerate scaffold connectors

* remove unrelated changes

* update more urls

* update specs

* fix tests

* run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting

* revert docs changes to make pr more reviewable

* revert generator readme changes to make more reviewable

* fix mysql strict encrypt expected spec

* fix postgres expected spec
2022-10-11 11:04:23 -04:00
Evan Tahler
49cb3360de Remove redundant title labels from connector specs (#17544)
* Remove redundant title labels from connector specs

* Manually update specs

* add env variable

* Remove debugging log
2022-10-05 12:58:38 -07:00
Marcos Marx
dca2256a7c Bump 2022 license version (#13233)
* Bump year in license short to 2022

* remove protocol from cdk
2022-05-26 15:00:42 -03:00
Maksym Pavlenok
bbd13802d8 🐛 Fix Python checker configs and Connector Base workflow (#10505) 2022-02-22 19:58:55 +02:00
VitaliiMaltsev
e30d8348b2 Change JsonSchemaPrimitive to a class (#9913)
* fix for jdk 17

* add JsonSchemaType class

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix Oracle tests

* fix Redshift tests

* fix Redshift tests

* fix checkstyle

* fix MSSQL tests

* fix cockroachdb tests

* fix checkstyle

* fix checkstyle

* replace star imports

* replace star imports

* replace star imports

* update JsonSchemaType | fixed checkstyle

* Remove unused variables in test

* Fix imports

* Expand imports

* Fix more imports

Co-authored-by: vmaltsev <vitalii.maltsev@globallogic.com>
Co-authored-by: Liren Tu <tuliren.git@outlook.com>
2022-02-14 02:12:37 -08:00
Maksym Pavlenok
27b5ba3386 🎉 Source Looker: Migrate to native CDK (#9609) 2022-01-31 11:48:20 +02:00
ycherniaiev
e17fa5b040 Update fields in source-connectors specifications: kustomer-singer, lemlist, linnworks, looker, marketo, mixpanel (#8578) 2021-12-25 13:56:20 +02:00
Yevhenii
62832cdd85 🎉 Source Looker: Migrate Looker source to CDK structure, add SAT testing (#7284)
* Migrate Looker source to CDK structure, add SAT testing
2021-10-27 17:46:55 +03:00
Michel Tricot
1773e41e47 Shorten our headers + adds contributors file (#6478) 2021-09-27 10:45:50 -07:00
LiRen Tu
8954a99290 Bump source looker connector version (#4350)
* Bump looker connector version

* Update changelog

* Format code
2021-06-25 11:23:16 -07:00
Michael Irvine
842f10bd83 🎉 Source Looker: add run-look endpoint (#3911)
* looker run_looks method works with normalization

* update catalogs

* validate that look(s) entered actually exist at config time

* field type lookup works, though it is a bit messy

* don't re-run explore query if we have already run it

* add more type mappings

* add some docstrings and comments

* add title for ease of use

* Revert "update catalogs"

This reverts commit 7ecaaa4d0d.

* fix configuration file formatting

* fix some issues from code review and reorder methods

* update docs to include run_look endpoint
2021-06-25 08:31:56 -07:00
Janardhanpoola
3d44999e1c 🎉 Source Looker: enable supporting of customer-hosted (self-hosted) instances
* feature to support Looker self-hosted instance domain(#3393)

* changing self-hosted instances to any url(#3393)

* fixing build failures

* regexp for any URL

* fixing build failures

* fixing regexp pattern and adding unittests

* writing unitests using pytest

* pytest-fixture for unit-tests

* Source Looker #3587 - remove domain spec field pattern

* Source Looker #3587 - fix description of domain spec field

* Source Looker #3393 - bum version

Co-authored-by: root <root@DESKTOP-SS2MC07.localdomain>
Co-authored-by: Vitalii Vdovenko <vitalii.vdovenko@zazmic.com>
2021-06-22 16:06:36 +03:00
Charles
0df53170c9 Stop formatting python with spotless (#3388) 2021-05-13 17:46:34 -07:00
Davin Chia
f660b0a946 Add template generation for Santa aka CDK. (#3034)
Template generation for new Source using the Santa CDK - provide basic scaffolding for someone implementing a new source.

General approach is to buff up comments in the original SDK, and add TODOs with secondary comments in the generated stub methods, as well as links to existing examples (e.g. Stripe or ExchangeRate api) users can look at.

Checked in and added tests for the generated modules.
2021-04-25 18:02:33 +08:00
Charles
f445fdb5b2 match styling for spotlessApply and format (#3017)
* as a java developer I want to be able to run spotlessApply without changing styles in python code
2021-04-23 09:21:41 -07:00
vitaliizazmic
1018c69c4a Looker source #1837 - CI tests failing (#1857)
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-01-27 19:21:47 -08:00
Sherif A. Nada
2f22a7e088 Y/looker (#1441)
Co-authored-by: ykurochkin <zhenia.kurochkin@gmail.com>
2020-12-24 20:04:40 -08:00