External BAQ with option MaxRecursion

Hi Guys,
Is there a way to add a options (Maxrecursion) into an external baq?
I have a CTE query as a view to list all the dates for a query to join to but the view will only run when i set a MaxRecursion on it.
I tried in the ExecutionSettings but it doesn’t save.
If it can’t maybe I should create a ticket to try and get the feature added to the baq editor so you can specify query options?

Endless recursions usually happens when there is an endless loop due to a parent being a child.

can you check the query to see if that exists?