Skip to content

Commit

Permalink
Fix graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Jan 5, 2025
1 parent 34b40ba commit bbb6506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/graphql/types/model_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ class BaseDataSource(Analytics):
last_update: auto
geography_column: auto
geography_column_type: auto
geocoding_config: JSON
geocoding_config: Optional[JSON]
postcode_field: auto
first_name_field: auto
last_name_field: auto
Expand Down

0 comments on commit bbb6506

Please sign in to comment.