uranusjr commented on code in PR #32117:
URL: https://github.com/apache/airflow/pull/32117#discussion_r1253991399


##########
scripts/in_container/configure_environment.sh:
##########
@@ -23,6 +23,7 @@ readonly TMUX_CONF_FILE=".tmux.conf"
 
 if [[ -d "${FILES_DIR}" ]]; then
     export AIRFLOW__CORE__DAGS_FOLDER="/files/dags"
+    export AIRFLOW__CORE__PLUGINS_FOLDER='/files/plugins'

Review Comment:
   Ah there’s a `load_test_config`, makes sense, good find.
   
   > should be one level up
   
   Or they should be in the `tests` directory. But code around this was 
designed _7 years ago_ so I’m not going to waste time complaining 😉  We can 
probably improve it if we want to…



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to