[PR] Add OpenAI Provider [airflow]

2023-10-18 Thread via GitHub
utkarsharma2 opened a new pull request, #35023: URL: https://github.com/apache/airflow/pull/35023 This PR is part of our larger effort to add first-class integrations to support LLMOps that was [presented at Airflow Summit](https://www.youtube.com/watch?v=mgA6m3ggKhs&t=4s). This PR

Re: [PR] Add OpenAI Provider [airflow]

2023-10-18 Thread via GitHub
Taragolis commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1364093259 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Add OpenAI Provider [airflow]

2023-10-18 Thread via GitHub
phanikumv commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1364161241 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365186982 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365189095 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365186982 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365201411 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365205507 ## airflow/providers/openai/provider.yaml: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365207895 ## docs/apache-airflow-providers-openai/index.rst: ## @@ -0,0 +1,95 @@ + +.. Licensed to the Apache Software Foundation (ASF) under one +or more contributor licens

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365208593 ## docs/apache-airflow-providers-openai/index.rst: ## @@ -0,0 +1,95 @@ + +.. Licensed to the Apache Software Foundation (ASF) under one +or more contributor licens

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365209710 ## generated/provider_dependencies.json: ## @@ -647,6 +647,14 @@ ], "excluded-python-versions": [] }, + "openai": { +"deps": [ + "apache-airflow

Re: [PR] Add OpenAI Provider [airflow]

2023-10-19 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1365235167 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368579662 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agr

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368617607 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agr

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368618088 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368623758 ## docs/apache-airflow-providers-openai/index.rst: ## @@ -0,0 +1,95 @@ + +.. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368622509 ## airflow/providers/openai/provider.yaml: ## @@ -0,0 +1,52 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368623021 ## docs/apache-airflow-providers-openai/index.rst: ## @@ -0,0 +1,95 @@ + +.. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368623021 ## docs/apache-airflow-providers-openai/index.rst: ## @@ -0,0 +1,95 @@ + +.. Licensed to the Apache Software Foundation (ASF) under one +or more contributor

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368625795 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agr

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368625795 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agr

Re: [PR] Add OpenAI Provider [airflow]

2023-10-23 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1368634372 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agr

Re: [PR] Add OpenAI Provider [airflow]

2023-10-24 Thread via GitHub
mpgreg commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1369746901 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreement

Re: [PR] Add OpenAI Provider [airflow]

2023-10-26 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1373220747 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,86 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add OpenAI Provider [airflow]

2023-10-26 Thread via GitHub
Taragolis commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1373825025 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreem

Re: [PR] Add OpenAI Provider [airflow]

2023-10-27 Thread via GitHub
hussein-awala commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1375065109 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,73 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licens

Re: [PR] Add OpenAI Provider [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1376207422 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,73 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add OpenAI Provider [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1376229040 ## airflow/providers/openai/hooks/openai.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agr

Re: [PR] Add OpenAI Provider [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1376237379 ## CONTRIBUTING.rst: ## @@ -676,10 +676,10 @@ dbt.cloud, deprecated_api, devel, devel_all, devel_ci, devel_hadoop, dingding, d doc_gen, docker, druid, elastics

Re: [PR] Add OpenAI Provider [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1376239859 ## INSTALL: ## @@ -103,10 +103,10 @@ dbt.cloud, deprecated_api, devel, devel_all, devel_ci, devel_hadoop, dingding, d doc_gen, docker, druid, elasticsearch, ex

Re: [PR] Add OpenAI Provider [airflow]

2023-10-31 Thread via GitHub
pankajkoti commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1377617064 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,73 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license a

Re: [PR] Add OpenAI Provider [airflow]

2023-10-31 Thread via GitHub
pankajkoti commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1377617064 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,73 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license a

Re: [PR] Add OpenAI Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1378778462 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,73 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add OpenAI Provider [airflow]

2023-11-01 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1378885170 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,73 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add OpenAI Provider [airflow]

2023-11-02 Thread via GitHub
pankajastro commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1379871629 ## airflow/providers/openai/CHANGELOG.rst: ## @@ -0,0 +1,24 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more contributor license ag

Re: [PR] Add OpenAI Provider [airflow]

2023-11-02 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1380010363 ## airflow/providers/openai/provider.yaml: ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

Re: [PR] Add OpenAI Provider [airflow]

2023-11-02 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1380013934 ## airflow/providers/openai/operators/openai.py: ## @@ -0,0 +1,75 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Add OpenAI Provider [airflow]

2023-11-04 Thread via GitHub
pankajastro commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1382380642 ## docs/apache-airflow-providers-openai/index.rst: ## @@ -0,0 +1,95 @@ + +.. Licensed to the Apache Software Foundation (ASF) under one +or more contributor l

Re: [PR] Add OpenAI Provider [airflow]

2023-11-04 Thread via GitHub
eladkal commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1382439766 ## airflow/providers/openai/provider.yaml: ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements

Re: [PR] Add OpenAI Provider [airflow]

2023-11-06 Thread via GitHub
pankajastro commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1383091498 ## docs/apache-airflow-providers-openai/index.rst: ## @@ -0,0 +1,96 @@ + +.. Licensed to the Apache Software Foundation (ASF) under one +or more contributor l

Re: [PR] Add OpenAI Provider [airflow]

2023-11-06 Thread via GitHub
kaxil commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1383132802 ## airflow/providers/openai/provider.yaml: ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements.

Re: [PR] Add OpenAI Provider [airflow]

2023-11-06 Thread via GitHub
utkarsharma2 commented on code in PR #35023: URL: https://github.com/apache/airflow/pull/35023#discussion_r1383165459 ## airflow/providers/openai/provider.yaml: ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agree

Re: [PR] Add OpenAI Provider [airflow]

2023-11-06 Thread via GitHub
uranusjr commented on PR #35023: URL: https://github.com/apache/airflow/pull/35023#issuecomment-1797700332 The Mypy check failures seem entirely unrelated. I’ll try raising a PR to fix those but they probably should not block this PR. -- This is an automated message from the Apache Git Se

Re: [PR] Add OpenAI Provider [airflow]

2023-11-07 Thread via GitHub
pankajastro merged PR #35023: URL: https://github.com/apache/airflow/pull/35023 -- 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...@airf