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

15 Commits

Author SHA1 Message Date
devin-ai-integration[bot]
6f3a9d89f6 docs: fix pages with multiple H1 headings (#70310)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Ian Alton <ian.alton@airbyte.io>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-03 00:37:40 +00:00
Airbyte
a13c3c174b 🐙 source-fauna: run up-to-date pipeline [2025-05-10] (#59992) 2025-05-11 03:37:48 +03:00
Airbyte
fba64a911e 🐙 source-fauna: run up-to-date pipeline [2025-05-03] (#59430) 2025-05-04 05:43:56 +03:00
Airbyte
a26f4e26ae 🐙 source-fauna: run up-to-date pipeline [2025-04-26] (#58913) 2025-04-27 05:39:08 +03:00
Airbyte
c4dca905ba 🐙 source-fauna: run up-to-date pipeline [2025-04-12] (#57799) 2025-04-13 01:10:45 +03:00
Airbyte
3cd9b42411 🐙 source-fauna: run up-to-date pipeline [2025-04-05] (#57218) 2025-04-06 01:12:26 +03:00
Airbyte
4bf3275350 🐙 source-fauna: run up-to-date pipeline [2025-03-29] (#56519) 2025-03-29 18:14:21 +02:00
Airbyte
b77a4df7a0 🐙 source-fauna: run up-to-date pipeline [2025-03-22] (#55955) 2025-03-22 18:13:48 +02:00
btkcodedev
a0975f087b 🚨Source Fauna: Migrate to poetry (#41051) 2025-03-13 19:22:36 -07:00
Audrey Maldonado
b9690ba76e Wrapping changelog in details for a collapsible view (#38801) 2024-06-04 13:40:53 -04:00
Natik Gadzhi
cb80e6922a [tools] prettier rules for .md + formatting cleanup 2024-05-07 08:19:33 -07:00
Nataly Merezhuk
a7535541ef [non-forked] 🐛 Source Fauna: fix bug during discover step (#23583)
* Fix a bug where no terms or no values would crash discover()

* Add a test to validate discover() against a real database

* Cleanup conditional, and allow an index without terms as well as an index with no terms

* Bump connector version, and add PR to changelog

* Run ./gradlew :airbyte-config:init:processResources

* Automated Change

---------

Co-authored-by: Neil Macneale V <neil.macneale.v@gmail.com>
Co-authored-by: natalyjazzviolin <natalyjazzviolin@users.noreply.github.com>
2023-02-28 13:26:16 -05:00
Sherif A. Nada
b1dfeede2f Source Fauna: fix unit tests (#19534)
* Source Fauna: fix unit tests

* Bump version in dockerfile

* Update fauna.md

* auto-bump connector version

Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-11-17 09:30:28 -08:00
Neil Macneale V
d32cec8113 Fix broken table in the docs (#18466) 2022-10-26 08:06:37 -03:00
Neil Macneale V
65e616877a 🎉 New source: Fauna (#15274)
* Add fauna source

* Update changelog to include the correct PR

* Improve docs (#1)

* Applied suggestions to improve docs (#2)

* Applied suggestions to improve docs

* Cleaned up the docs

* Apply suggestions from code review

Co-authored-by: Ewan Edwards <46354154+faunaee@users.noreply.github.com>

* Update airbyte-integrations/connectors/source-fauna/source_fauna/spec.yaml

Co-authored-by: Ewan Edwards <46354154+faunaee@users.noreply.github.com>

Co-authored-by: Ewan Edwards <46354154+faunaee@users.noreply.github.com>

* Flake Checker (#3)

* Run ./gradlew :airbyte-integrations:connectors:source-fauna:flakeCheck

* Fix all the warnings

* Set additionalProperties to true to adhere to acceptance tests

* Remove custom fields (#4)

* Remove custom fields from source.py

* Remove custom fields from spec.yaml

* Collections that support incremental sync are found correctly

* Run formatter

* Index values and termins are verified

* Stripped additional_columns from collection config and check()

* We now search for an index at the start of each sync

* Add default for missing data in collection

* Add a log message about the index chosen to sync an incremental stream

* Add an example for a configured incremental catalog

* Check test now validates the simplified check function

* Remove collection name from spec.yaml and CollectionConfig

* Update test_util.py to ahere to the new config

* Update the first discover test to validate that we can find indexes correctly

* Remove other discover tests, as they no longer apply

* Full refresh test now works with simplified expanded columns

* Remove unused imports

* Incremental test now adheres to the find_index_for_stream system

* Database test passes, so now all unit tests pass again

* Remove extra fields from required section

* ttl is nullable

* Data defaults to an empty object

* Update tests to reflect ttl and data select changes

* Fix expected records. All unit tests and acceptance tests pass

* Cleanup docs for find_index_for_stream

* Update setup guide to reflect multiple collections

* Add docs to install the fauna shell

* Update examples and README to conform to the removal of additional columns

Co-authored-by: Ewan Edwards <46354154+faunaee@users.noreply.github.com>
2022-09-29 10:37:03 -03:00