This is an automated email from the ASF dual-hosted git repository.
potiuk 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 cceb4306904 Update influxdb.rst (#48497)
cceb4306904 is described below
commit cceb4306904153d38962b8a62e4e5bddecd2c240
Author: Jonathan Lynch <[email protected]>
AuthorDate: Mon Mar 31 04:50:09 2025 +0100
Update influxdb.rst (#48497)
Update documentation to take into account the following change. org_name
was renamed to org.
https://github.com/apache/airflow/pull/40439/commits/a664b8c40376004fa980b6c51dba54b64400a5be
---
providers/influxdb/docs/connections/influxdb.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/influxdb/docs/connections/influxdb.rst
b/providers/influxdb/docs/connections/influxdb.rst
index 310bf2f4b05..3e828e95646 100644
--- a/providers/influxdb/docs/connections/influxdb.rst
+++ b/providers/influxdb/docs/connections/influxdb.rst
@@ -37,6 +37,6 @@ Extra (required)
{
"token": "343434343423234234234343434",
- "org_name": "Test",
+ "org": "Test",
"timeout": 10000
}