Skip to content

Document Engine Context with FugueSQL #187

@kvnkho

Description

@kvnkho

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions