Skip to content

Commit

Permalink
docs: Updated docstring for DataToADLSOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblain-infrabel authored and eladkal committed Feb 28, 2024
1 parent 7374c47 commit 51b319d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/microsoft/azure/transfers/local_to_adls.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ class DataToADLSOperator(BaseOperator):
:param file_system_name: Name of the file system or instance of FileSystemProperties.
:param file_name: Name of the file which needs to be created in the file system.
:param data: Number of threads to use. If None, uses the number of cores.
:param length: Number of threads to use. If None, uses the number of cores.
:param data: The data that will be uploaded
:param length: Size of the data in bytes (optional).
:param overwrite: Whether to forcibly overwrite existing files/directories.
If False and remote path is a directory, will quit regardless if any files
would be overwritten or not. If True, only matching filenames are actually
Expand Down

0 comments on commit 51b319d

Please sign in to comment.