Duc Nguyen
Duc Nguyen
Hi team, wondering if everything going well. We are trying to integrate with Glue Catalog in which this PR would be helpful.
Hi @ladychili and @ppoffice, I did try to customize a bit the css and layout as below. Hope it can be used in the master branch. - Add block of...
@benmackenzie-exos I think you could change the directory storing `config.yaml` file to your AIRFLOW_HOME directory. Simply make the modification to `xcom_config.py` ``` CONFIG_FILE = "/path/to/preferred/directory/config.yaml" ```
hello team, any updates?
It has been half of a year since the issue opened, now another 6 months 😥. While waiting snowflake team, i forked the current main branch ([at commit on 2022-12-07](https://github.com/snowflakedb/snowpark-python/compare/main...vanducng:snowpark-python3:main))...
> @vanducng The package you created is causing some confusion among other customers. Could you please update the PyPi description on https://pypi.org/project/snowflake-snowpark-python3/ to indicate that this is not an official...
Like this, i believe: ``` operator: airflow.operators.trigger_dagrun.TriggerDagRunOperator trigger_dag_id: - key1: value1 - key2: value2 ```
It does not render correctly on mobile device as well even Im using Chrome. 
I think i will go with below code, manage to replicate what did for `Level` to `Message`. Because the message will disappear after 5 minutes on Nifi UI, it is...
Thanks @AbaoFromCUG, I think there was an issue with the socket connection. I got it fixed by following this discussion: https://github.com/zauberzeug/nicegui/issues/1178#issuecomment-1677678994  I now can...