This is an automated email from the ASF dual-hosted git repository.
joshfell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new ec7674f111 Remove schema, login, password, port from SQLite operator
doc (#29139)
ec7674f111 is described below
commit ec7674f111177c41c02e5269ad336253ed9c28b4
Author: atharvmishra1999 <[email protected]>
AuthorDate: Tue May 2 02:04:12 2023 +0530
Remove schema, login, password, port from SQLite operator doc (#29139)
---
docs/apache-airflow-providers-sqlite/operators.rst | 8 --------
1 file changed, 8 deletions(-)
diff --git a/docs/apache-airflow-providers-sqlite/operators.rst
b/docs/apache-airflow-providers-sqlite/operators.rst
index 6e9f4e9815..b29e1231e2 100644
--- a/docs/apache-airflow-providers-sqlite/operators.rst
+++ b/docs/apache-airflow-providers-sqlite/operators.rst
@@ -40,14 +40,6 @@ the connection metadata is structured as follows:
- Input
* - Host: string
- Sqlite database file
- * - Schema: string
- - Set schema to execute Sql operations on by default
- * - Login: string
- - Sqlite user
- * - Password: string
- - Sqlite user password
- * - Port: int
- - Sqlite port
An example usage of the SqliteOperator is as follows: