1
0
mirror of synced 2025-12-21 19:11:14 -05:00
Commit Graph

20 Commits

Author SHA1 Message Date
James Lee
33256bdd0f 🐛 Source asana: add new stream portfolio_items (#59224) 2025-05-05 15:30:31 -03:00
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
btkcodedev
fde04841fe 🚨🚨Source Asana: Migrate Python CDK to Low-code CDK (#36951)
Co-authored-by: askarpets <anton.karpets@globallogic.com>
2024-06-05 09:54:52 +02: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
Tope Folorunso
357bb8cab3 Source Asana: Fix StoriesCompact stream, Add Stories stream (#31084)
Co-authored-by: sajarin <sajarindider@gmail.com>
Co-authored-by: sajarin <sajarin@users.noreply.github.com>
2023-10-25 15:25:54 -04:00
Tope Folorunso
6d0178415b Source Asana: Add OrgnizationExports Stream (#31634)
Co-authored-by: Sajarin <sajarindider@gmail.com>
Co-authored-by: sajarin <sajarin@users.noreply.github.com>
2023-10-24 13:22:14 -04:00
Tope Folorunso
c201496a46 Source Asana: Add Attachments stream (#31090)
Co-authored-by: sajarin <sajarindider@gmail.com>
2023-10-19 15:31:11 -04:00
Tope Folorunso
2c8e1924f8 Source Asana: Add Events stream (#31089)
Co-authored-by: sajarin <sajarindider@gmail.com>
Co-authored-by: sajarin <sajarin@users.noreply.github.com>
2023-10-16 19:16:01 -04:00
Tope Folorunso
9479979350 Source Asana: Add SectionsCompact stream (#31009)
Co-authored-by: sajarin <sajarindider@gmail.com>
Co-authored-by: sajarin <sajarin@users.noreply.github.com>
2023-10-16 18:40:23 -04: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
Joe Reuter
6a10ae3e05 Rename source acceptance test to connector acceptance test (#21846)
Rename source acceptance test to connector acceptance test
2023-02-02 11:38:19 +01:00
Serhii Lazebnyi
98924e0da4 🐛Source Asana: Add cash for project stream (#15749)
* Add cach for project stream

* Updated PR number

* Updated test credential

* Updated docs

* Increased unittest coverage

* Added timout to acceptance test

* auto-bump connector version [ci skip]

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-08-24 07:30:32 +02:00
Alexandre Girard
3894134d11 Bump year in license short to 2022 (#13191)
* Bump to 2022

* format
2022-05-25 17:56:49 -07:00
Christophe Duong
86ca36c5c0 Format code (#7978) 2021-11-15 14:51:10 +01:00
Dmytro
ae63696d2b Asana source: Add oauth init flow parameters support (#6832) 2021-10-07 10:15:38 +03:00
Michel Tricot
1773e41e47 Shorten our headers + adds contributors file (#6478) 2021-09-27 10:45:50 -07:00
oleh.zorenko
fe3026dd45 🐛 Source Asana: fix schemas and invalid_config.json (#6402)
* Update schemas + update invalid config file

* Add `Changelog` to asana.md + remove CHANGELOG.md

* Bump connector's version + update docs
2021-09-24 17:22:04 +03:00
Dmytro
abde7c7727 Remove json schema parameter (#4907)
source-acceptance-test framework not longer required json_schema parameters
   from catalog file. This parameter is verbose, makes reading config file
   complicated and could be misleading when debugging acceptance test issues.

Co-authored-by: Dmytro Rezchykov <dmitry.rezchykov@zazmic.com>
2021-08-04 18:16:59 +03:00
oleh.zorenko
c8711abbd6 🎉 New Source: Asana (#3510)
* Asana source

* Fix creds for CI.

* Update connection status in acceptance test config

Change status from `exception` to `failed`.

* Implement change request.

Remove few files from /integration_tests folder.
Use `stream_slices` and/or `request_params` functions instear of `read_records` function

* Update sample_config.json file.

* Update airbyte-integrations/connectors/source-asana/CHANGELOG.md

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Update `stream_slices` using.

Create reneric `read_stream` function in AsanaStream class and move there logic from `stream_slices` function.

* Rename functions.

rename `read_stream` to `read_slices_from_records`.

* Changes about publishing.

Add asana source to `source_definitions.yaml`.
Add `asana.svg`.
Create connector related file in `STANDARD_SOURCE_DEFINITION` folder.

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-05-25 18:55:46 +03:00