Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Fix: update fields stream schema #2

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
!main.py
!source_zoho_creator
!setup.py
!secrets

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages, setup

MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.2",
"airbyte-cdk==0.62.1",
]

TEST_REQUIREMENTS = [
Expand Down
6 changes: 6 additions & 0 deletions source_zoho_creator/schemas/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@
}
}
}
},
"form_link_name": {
"type": [ "null", "string" ]
},
"application_link_name": {
"type": [ "null", "string" ]
}
}
}
Loading