Duc Nguyen

Results 14 comments of 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" ```

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. ![image](https://github.com/themesberg/flowbite/assets/2980905/1b8e81e3-b082-435a-ba79-3faae71e7ec4)

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 ![CleanShot 2024-10-11 at 13 02 23@2x](https://github.com/user-attachments/assets/ac80f785-5514-4a82-95d1-2bfed7f91280) I now can...