Skip to content

Commit

Permalink
added ability to support schemas other than public to `generate_pos…
Browse files Browse the repository at this point in the history
…tgres_schema`
  • Loading branch information
rishsriv committed Apr 25, 2024
1 parent 84d282d commit 3b0cdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defog/generate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def generate_postgres_schema(
f"Please feel free to open a github issue at https://github.com/defog-ai/defog-python if this a generic library issue, or email [email protected]."
)
else:
return schemas
return table_columns


def generate_redshift_schema(
Expand Down

0 comments on commit 3b0cdaa

Please sign in to comment.