Andy Schönemann
Andy Schönemann
In the meantime I extract the information from the environment variable SHIPYARD_USER_CMD. So I do something like this: ```yaml output_data: azure_storage: - storage_account_settings: my_storage_account remote_path: /my/path/$(tmp=${SHIPYARD_USER_CMD##*=}; echo ${tmp%%;*}) local_path: ${AZ_BATCH_NODE_SHARED_DIR}/here/are/my/files/$(tmp=${SHIPYARD_USER_CMD##*=};...
My use case: I have about 170 jobs with each 500 tasks. Together these are 85.000 tasks (total task number). **Workaround 1:** `shipyard jobs tasks count`: Here I have first...
What about the `stats` command? ```` shipyard jobs stats ```` Could this be fast enough? Does this only output jobs specified in the jobs configuration file or does this command...
We have this problem too.
Ich kann auch scheinbar keine Geräte mehr hinzufügen. Jedenfalls taucht im Moment weder ein Bewegungsmelder, noch mein virtueller Schalter in Home auf, den ich versucht habe hinzuzufügen. Alle meine Apple...
I really don't know, if this is specific to CSV. So I opened the issue here. Feel free to move it to a better place.
I'm using version 2.17.0 for all jackson dependencies.
Just updated to version 2.17.1: same behavior.
I didn't see this working before. I started a [discussion](https://github.com/FasterXML/jackson-dataformats-text/discussions/475) in [jackson-dataformats-text](https://github.com/FasterXML/jackson-dataformats-text).
Thanks for pointing this out. Header lines are usually not usable in my case, because the CSV files are delivered from external sources. Manually building the `CsvSchema` feels like a...