Chandan Bhattad
Chandan Bhattad
We have to specify the entire workflow name while searching by name Attached screenshots.
➜ ~ `dbfs ls -h` `Usage: dbfs ls [OPTIONS] [DBFS_PATH]...` `List files in DBFS.` `Options:` `--absolute Displays absolute paths.` `-l Displays full information including size and file type.` `--debug Debug...
Say for example: you need to execute preactions/postactions `val preactions = "update table1 set col1=2; update table2 set col2 = 2; "` Looks nothing wrong, correct? Only when you try...
See Issue: https://github.com/databricks/spark-redshift/issues/439 I think it is a very trivial fix but will save lot of time of developers facing the issue. Please review and merge Thanks :)