I hear people mention this AQE feature sometimes and I'm wondering how to verify if my job is using it or not. I'm running transformations both in Code Repositories and Code Workbooks.
Asked
Active
Viewed 306 times
1 Answers
1
This is noted in the Environment
details tab of a job.
- Navigate to Builds page
- Find your running Build in the
Build
page. Click on it.
- Find your relevant Job inside your Build's page. Click on it.
- In the expanded view under your Job, click on the
Spark Details
button
- Click on the
Environment
tab
- Look for a row for
adaptiveExecutionEnabled
. Iftrue
, you are using AQE. Iffalse
then you are not.

vanhooser
- 1,497
- 3
- 19