Skip to content

What directories can we save files to from a DataFlow? #37

Discussion options

You must be logged in to vote

In Composable, files can be saved to any directory that the Composable instance has access to. This includes:

  • The Run directory specific to the current DataFlow Run
  • Any local drives on the server(s) hosting the Composable instance
  • Any networked or shared drives that the Composable instance has permissions to access

File Handling Modules in Composable

Composable provides two sets of file-handling Modules:

  1. Modules without "Credential" in their name

    • These Modules use the Composable instance's network service account to access directories.
    • If the network service account has read/write permissions to a directory, the Module will work without requiring additional credentials.
    • Note that the…

Replies: 2 comments

Comment options

natecdavis
Mar 10, 2025
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by andyvidan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants