Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCDE-295: Allow CREATE TEMP TABLE query to be ran from a SQL file #52

Open
isichei opened this issue Nov 10, 2021 · 1 comment
Open
Assignees

Comments

@isichei
Copy link
Contributor

isichei commented Nov 10, 2021

At the moment pydbtools has a create_temp_table method. It would be useful to allow users to do this via an SQL file.

CREATE TEMPORARY TABLE <table name> AS (
  <normal SQL query>
)

Would then trigger:

pydb.create_temp_table(sql="<normal SQL query>", table_name = "<table name>")
@mratford mratford self-assigned this Nov 10, 2021
@mratford
Copy link
Contributor

#60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants