Skip to content

1.3.1

Compare
Choose a tag to compare
@utkarsharma2 utkarsharma2 released this 14 Dec 11:55
· 9 commits to release-1.3 since this release
30e06af

Feature:

  • Dataframe operator would now allow a user to either append to a table or replace a table with if_exists parameter. #1379

Bug fixes

  • Fix the aql.cleanup() operator as failing as the attribute output was implemented in 2.4.0 #1359
  • Fix the backward compatibility with apache-airflow-providers-snowflake==4.0.2. #1351
  • LoadFile operator returns a dataframe if not using XCom backend.#1348,#1337
  • Fix the functionality to create region specific temporary schemas when they don't exist in same region. #1369

Docs

  • Cross-link to API reference page from Operators page.#1383