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

Commit

Permalink
Merge pull request #2 from community-tech-alliance/jt/fix-zoho-stream…
Browse files Browse the repository at this point in the history
…-schema

Fix: update fields stream schema
  • Loading branch information
jitoquinto authored Nov 19, 2024
2 parents 16951df + a2270e0 commit 20d99e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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" ]
}
}
}

0 comments on commit 20d99e9

Please sign in to comment.