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

Add example of querying a database via pyodbc #97

Open
rdmolony opened this issue Oct 25, 2021 · 5 comments
Open

Add example of querying a database via pyodbc #97

rdmolony opened this issue Oct 25, 2021 · 5 comments
Assignees

Comments

@rdmolony
Copy link
Collaborator

rdmolony commented Oct 25, 2021

Hey there, I saw this mentioned in beginner/extensions and extensions/creator. I'll try figure this out and put together a brief example that could be slotted into either section

@rdmolony
Copy link
Collaborator Author

Is it recommended to load from pyodbc to a file?

@kvnkho
Copy link
Collaborator

kvnkho commented Oct 25, 2021

You would use pyodbc to query and load in memory, not a file if that is what you are asking.

@rdmolony
Copy link
Collaborator Author

It is yep! So for now larger than memory data won't be loadable this way? I'm trying to visualise DB -> Fugue -> BI tool

@kvnkho
Copy link
Collaborator

kvnkho commented Oct 26, 2021

Definitely not. You would need to pre-aggregate in some way or query and persist part by part I think. Or you would use the database service itself to output that file.

@rdmolony
Copy link
Collaborator Author

great, thanks Kevin

@rdmolony rdmolony self-assigned this Oct 30, 2021
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