fugue-project / fugue-project/tutorials

Document Engine Context with FugueSQL

Open
#187 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
114
Forks
19
PR merge metrics
No merged PRs in 30d

Description

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:
```python
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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.