Skip to content

Commit

Permalink
oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Jul 28, 2023
1 parent 3d7ebd2 commit bd1d8ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cerulean_cloud/cloud_run_tipg/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@ async def register_table(request: Request):
await register_collection_catalog(
request.app,
schemas=db_settings.schemas,
exclude_schemas=db_settings.exclude_schemas,
# exclude_schemas=db_settings.exclude_schemas,
exclude_table_schemas=db_settings.exclude_schemas,
tables=db_settings.tables,
exclude_tables=db_settings.exclude_tables,
function_schemas=db_settings.function_schemas,
# function_schemas=db_settings.function_schemas,
exclude_function_schemas=db_settings.exclude_function_schemas,
functions=db_settings.functions,
exclude_functions=db_settings.exclude_functions,
Expand Down

0 comments on commit bd1d8ec

Please sign in to comment.