This commit is contained in:
Shreyas Goenka 2025-03-03 20:10:27 +01:00
parent c0d34f7827
commit 112a9de90a
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 2 deletions

View File

@ -71,9 +71,9 @@ Example usage:
// Execute all scripts from the bundle root directory. This behavior can // Execute all scripts from the bundle root directory. This behavior can
// be surprising in isolation, but we do it to keep the behavior consistent // be surprising in isolation, but we do it to keep the behavior consistent
// for both cases: // for both these cases:
// 1. One shot commands like `databricks bundle exec -- echo hello` // 1. One shot commands like `databricks bundle exec -- echo hello`
// 2. Scripts that are defined in the scripts section of the DAB. // 2. (upcoming) Scripts that are defined in the scripts section of the DAB.
// //
// TODO(shreyas): Add a DATABRICKS_BUNDLE_INITIAL_CWD environment variable // TODO(shreyas): Add a DATABRICKS_BUNDLE_INITIAL_CWD environment variable
// that users can read to figure out the original CWD. I'll do that when // that users can read to figure out the original CWD. I'll do that when