Re: [I] Automate links to configuration of providers [airflow]

2024-04-09 Thread via GitHub


potiuk commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2044468573

   Ah. So it's alreeady done 臘 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-09 Thread via GitHub


potiuk closed issue #34306: Automate links to configuration of providers
URL: https://github.com/apache/airflow/issues/34306


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-08 Thread via GitHub


poorvirohidekar commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2043511356

   @potiuk - From the file mentioned, I understand that class 
AuthConfigurations is rendering a template configurations.rst.jinja2 and when I 
look at the configurations.rst.jinja2 file 
(https://github.com/apache/airflow/blob/main/docs/exts/templates/configuration.rst.jinja2),
 there is a way in which a similar pattern of link seems to be getting 
generated? I am not sure if this AuthConfigurations is the relevant existing 
directive for this issue. 
   If not, then can you help me understand how the links currently being 
generated or point me in the right direction? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-08 Thread via GitHub


poorvirohidekar commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2042585648

   @potiuk - Understood. Thank you


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-08 Thread via GitHub


potiuk commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2042058864

   > When you say "automate links", do you mean the links that have been done 
as a part of this PR as an example - 
https://github.com/apache/airflow/pull/34305 ?
   
   Precisely. This is what 
https://github.com/apache/airflow/blob/main/docs/exts/operators_and_hooks_ref.py
 do with some other entitites.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-07 Thread via GitHub


poorvirohidekar commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2041826011

   @potiuk - So from the provider.yaml file, I see that we generate 
https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/configurations-ref.html
 doc. When you say "automate links", do you mean the links that have been done 
as a part of this PR as an example - 
https://github.com/apache/airflow/pull/34305 ? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-07 Thread via GitHub


potiuk commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2041522200

   @poorvirohidekar - similarly to what has beein implemented for automatically 
retrieving operators/hooks and other references here 
https://github.com/apache/airflow/blob/main/docs/exts/operators_and_hooks_ref.py
 - this file adds sphinx directives that are called by sphinx when placed in 
the .rst files and the code can scan for configurations in provider.yaml files 
and generate the list from there - we need a new directive there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-06 Thread via GitHub


hussein-awala commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2041197092

   @poorvirohidekar assigned you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-04-06 Thread via GitHub


poorvirohidekar commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-2041068244

   @potiuk - I am interested in working on this. Can you please assign it to me?
   
   Could you help me understand this issue description? 
   I built the docs in my local for a provider and could find the 
configuration.rst file. Can you tell me how this relates to the generation of 
the links to the configuration? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Automate links to configuration of providers [airflow]

2024-02-04 Thread via GitHub


eladkal commented on issue #34306:
URL: https://github.com/apache/airflow/issues/34306#issuecomment-1925663005

   @Jyoticharan are you still working on this issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org