[PR] Introduce Amazon Bedrock service [airflow]

2024-03-27 Thread via GitHub
ferruzzi opened a new pull request, #38575: URL: https://github.com/apache/airflow/pull/38575 Includes the basic doc page, hook, operator, unit tests, and system test. Currently only supports invoking one of the prebuilt "foundation" models. Custom model support is coming next.

[PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
ferruzzi opened a new pull request, #38602: URL: https://github.com/apache/airflow/pull/38602 Includes the basic doc page, hook, operator, unit tests, and system test. Currently only supports invoking one of the prebuilt "foundation" models. Custom model support is coming next.

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
ferruzzi commented on PR #38575: URL: https://github.com/apache/airflow/pull/38575#issuecomment-2025576804 One day I'll learn that "one last little tweak" after running static checks is a bad idea. But apparently today is not that day. Fix coming. -- This is an automated message from th

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
ferruzzi commented on PR #38575: URL: https://github.com/apache/airflow/pull/38575#issuecomment-2025783635 Had to fix the operator unit tests. I've run the above dag against the live service several times, so the issue was in my mocked response format, not in the operator. ![image]

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
ferruzzi closed pull request #38575: Introduce Amazon Bedrock service URL: https://github.com/apache/airflow/pull/38575 -- 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 unsub

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
Taragolis commented on code in PR #38575: URL: https://github.com/apache/airflow/pull/38575#discussion_r1543548966 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
ferruzzi commented on code in PR #38575: URL: https://github.com/apache/airflow/pull/38575#discussion_r1543575746 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
Taragolis commented on code in PR #38575: URL: https://github.com/apache/airflow/pull/38575#discussion_r1543734669 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor lice

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
ferruzzi commented on code in PR #38575: URL: https://github.com/apache/airflow/pull/38575#discussion_r1543742834 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,118 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-28 Thread via GitHub
ferruzzi commented on PR #38602: URL: https://github.com/apache/airflow/pull/38602#issuecomment-2026320220 @Taragolis - I added you to the review list since you saw the previous attempt at this, don't feel obligated though. -- This is an automated message from the Apache Git Service. To r

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
Taragolis commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1544400797 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
eladkal commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1544469400 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
Taragolis commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1544478951 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
eladkal commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1544481253 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
Taragolis commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1544489075 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licen

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
ferruzzi commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1545167180 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licens

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
ferruzzi commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1545167180 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licens

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-29 Thread via GitHub
ferruzzi commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1545175558 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor licens

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-30 Thread via GitHub
eladkal commented on code in PR #38602: URL: https://github.com/apache/airflow/pull/38602#discussion_r1545232259 ## airflow/providers/amazon/aws/operators/bedrock.py: ## @@ -0,0 +1,89 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license

Re: [PR] Introduce Amazon Bedrock service [airflow]

2024-03-30 Thread via GitHub
eladkal merged PR #38602: URL: https://github.com/apache/airflow/pull/38602 -- 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.