CartoDB / CartoDB-SQL-API

CartoDB SQL API
BSD 3-Clause "New" or "Revised" License
62 stars 63 forks source link

[ch140184] Update documentation about fallback templates #679

Closed Shylpx closed 3 years ago

Shylpx commented 3 years ago

Resources

Context

Changes

shortcut-integration[bot] commented 3 years ago

This pull request has been linked to Clubhouse Story #140184: [gloval-seven-admin] Batch query fallback templates not being replaced.

dgaubert commented 3 years ago

IIRC you can define both fallbacks, at query level and job level:

dgaubert commented 3 years ago

Not every job type supports main fallback, see: https://github.com/CartoDB/CartoDB-SQL-API/tree/master/lib/batch#fallback

Shylpx commented 3 years ago

@dgaubert You can define both fallbacks, but not templates for both, right? I mean, as you said, you can define fallbacks at query level and at job level (documentation). But AFAIK fallback templates are only implemented at query level, so I'm trying to update only the documentation for that subsection.

dgaubert commented 3 years ago

Perfect then, nice job.