Paco Ibañez
10/27/2022, 5:09 PMNate
10/27/2022, 6:52 PMPaco Ibañez
10/27/2022, 7:07 PMstorage_config
from the deployment. the second scheenshot is how the storage_config field is rendered in the UI
class CsvSourceWithSecrets(BaseModel):
url: str
has_header: Optional[bool] = True
encoding: Optional[str] = None
escape_char: Optional[str] = None
storage_config: Optional[SecretStr] = "{}"
Nate
10/27/2022, 7:21 PMPaco Ibañez
10/27/2022, 7:21 PMNate
10/27/2022, 7:22 PMPaco Ibañez
10/27/2022, 7:22 PMNate
10/27/2022, 9:47 PMPaco Ibañez
10/27/2022, 9:55 PMNate
10/27/2022, 10:26 PMstr
parameter to the flow?Paco Ibañez
10/28/2022, 2:13 PM