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

How to use alternative schema besides dbo? #71

Closed
brdhunga opened this issue Oct 22, 2020 · 3 comments
Closed

How to use alternative schema besides dbo? #71

brdhunga opened this issue Oct 22, 2020 · 3 comments
Labels

Comments

@brdhunga
Copy link

For example if I have a schema 'Raw' where the tables lives, how do i specify that?

@ATLJoeReed
Copy link

I've not used this library in a while, but I looked at my code, and I'm doing bulk_inserts (https://github.com/zillow/ctds/blob/master/doc/bulk_insert.rst), and the first parameter is the table to insert into. I just used the below pattern to specify the table.

bulk_insert_table = f"{schema}.{table}"

Also, just a plug for the library, this is blazing fast. I'm sure I will be using this library again in the future. Thank you, Zillow!

@HuangRicky
Copy link

HuangRicky commented Oct 22, 2020 via email

@joshuahlang
Copy link
Collaborator

joshuahlang commented Oct 27, 2020

Seems as though the question was answered. I'm going to resolve this.

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

No branches or pull requests

4 participants