lopezvit
lopezvit
Since the new generated schema is inside of the attribute `fields` of an objects, it would probably be good idea to give it version 2.0 because it can cause breaking...
If I'm not mistaken, controller mappings are stored in plist files... any chance to get info how it is done exactly and how it could be edited manually? Maybe we...
I tried to try as well with that build, but the link does not longer work. How could we save/share the mapping once it is working?
Ok, I figure out some of my own questions: - The file where the controllers mappings are stored is here: ~/Library/Application Support/OpenEmu/Bindings - It is a binary file, but the...
I have created this extended version and seems to be working correctly, sorry I don't have time to create a PR: from __future__ import annotations from airflow.configuration import conf from...
Sorry, I'm not a collaborator, so I cannot assign anybody... maybe @eladkal could?
I'll try to get back to this in the future if I have time, trying to provide a better working example where this is happening, but basically these are the...
But, how do you get the result when using `BigQueryInsertJobOperator`? As far as I understood it it returns the job_id, not the result 🤔
Ok, after a bit of googleing I found that it exists!!! [GCSListObjectsOperator](https://airflow.apache.org/docs/apache-airflow-providers-google/stable/_api/airflow/providers/google/cloud/operators/gcs/index.html#airflow.providers.google.cloud.operators.gcs.GCSListObjectsOperator) Then, what I believe it is wrong is the documentation, because I didn't found it here: https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/gcs.html Should...