ts dower

Results 13 comments of ts dower

Hello! Yes, this issue occurred during scheduled downtime this morning for one MAST catalog, which briefly affected a wider array of our TAP and other services than planned. If folks...

Agreed that the default behavior should skip them, especially if we're in most use cases looping over results at the resource level. I'll work on a feature with a flag...

Having spent some time tweaking the code in #258, I think some additional discoverdata search pattern could be useful, but the small addition there fits an existing workflow and functions...

I started working on this by adding user control for a gain(?) parameter in #17; as we decide where those settings go best, can add some more of these next.

This may be handled by #17

We have recently received a report at MAST from Brian van Klaveran at SLAC that some sync TAP queries are throwing errors that look like a parser threading issue. Sync...

@gmantele you're welcome! There is still the very real possibility our error is in a different place, but it seemed a useful starting point, and may be able to be...

Ah, yes, we are cacheing and reusing parser/translator objects at some level, having assumed thread safety. This was done because building the full schema and geometry and UDF awareness is...

Gregory, Thanks so much for your explanation of the UDF support. I have implemented that in our service configuration and it is almost working as is! Unfortunately, the schema. prefix...

Aha, that is very similar to what I have done in our code for now, and a little bit cleaner. I'll try to switch to this method when I get...