Skip to content

Commit

Permalink
feat: BI-5890 enable datasource schema update for Bitrix (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestGump authored Nov 1, 2024
1 parent 6a65d5c commit bc5d6f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class BitrixGDSDataSource(PseudoSQLDataSource):
JoinType.right,
}
)
supports_schema_update: ClassVar[bool] = True
conn_type = CONNECTION_TYPE_BITRIX24

@property
Expand Down

0 comments on commit bc5d6f1

Please sign in to comment.