Skip to content

delay in code execution when inserting into #5

Description

@karthikg0703

Currently, if I run rimpala.query(insert_into, isDDL="true"), I immediately get a "Query Executed successfully" message, but internally the code hasn't completed running yet

If i put this in a loop, and constantly insert weekly data into my impala table, it takes a while for the actual query to complete, and if I were to use this table for subsequent operations, I keep getting errors on the lines of "there is no data to process"

could you tweak the function to return a value only once the actual execution has been completed ?

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