Skip to content

Commit

Permalink
chore(deps): update components schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed May 8, 2024
1 parent 1ebcfdd commit b46443f
Show file tree
Hide file tree
Showing 27 changed files with 318 additions and 218 deletions.
2 changes: 1 addition & 1 deletion bin/specs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Downloading component/schema.json..."
curl https://raw.githubusercontent.com/instill-ai/component/88cf79188084a6f4afd87f715e13f334d3674013/schema.json -L -s -o ./instill/resources/schema/jsons/component.json

connector_schemas=("airbyte" "bigquery" "googlecloudstorage" "stabilityai" "googlesearch" "huggingface" "instill" "numbers" "openai" "pinecone" "redis" "restapi" "website")
connector_schemas=("archetypeai" "airbyte" "bigquery" "googlecloudstorage" "stabilityai" "googlesearch" "huggingface" "instill" "numbers" "openai" "pinecone" "redis" "restapi" "website")

for connector in ${connector_schemas[@]}; do
echo "=====================@@@ Fetching and processing $connector @@@====================="
Expand Down
2 changes: 1 addition & 1 deletion instill/resources/schema/airbyte/OAuth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ class AuthType(Enum):
class Field0:
access_token: str
refresh_token: str
auth_type: Optional[AuthType] = AuthType.OAuth2_0
auth_type: AuthType = OAuth2.AuthType.OAuth2_0
client_id: Optional[str] = None
client_secret: Optional[str] = None
Loading

0 comments on commit b46443f

Please sign in to comment.