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

Document Engine Context with FugueSQL #187

Open
kvnkho opened this issue Jan 3, 2023 · 0 comments
Open

Document Engine Context with FugueSQL #187

kvnkho opened this issue Jan 3, 2023 · 0 comments

Comments

@kvnkho
Copy link
Collaborator

kvnkho commented Jan 3, 2023

There is a use case to ignore case at the engine level if a user has multiple SQL queries under the engine_context.

For example:

from fugue import NativeExecutionEngine
import fugue.api as fa

engine = NativeExecutionEngine(conf={"fugue.sql.compile.ignore_case": "true"})
with fa.engine_context(engine):
    fugue_sql_flow("""
                create [[0]] schema a:int
                print
                """).run(conf={"fugue.sql.compile.ignore_case": "true"});

This should be added to the Deep Dive section under Fugue Configurations.

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

1 participant