{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":33884891,"defaultBranch":"main","name":"airflow","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-13T18:04:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1723597137.0","currentOid":""},"activityList":{"items":[{"before":"b211936a4c3117f8102798d5c460de9235c5c571","after":"59342723770ef3a4d681221d62e19ae88c759542","ref":"refs/heads/v2-10-test","pushedAt":"2024-08-14T15:01:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Prevent provider lowest-dependency tests to run in non-main branch (#41478) (#41481)\n\nWhen running tests in v2-10-test branch, lowest depenency tests\r\nare run for providers - because when calculating separate tests,\r\nthe \"skip_provider_tests\" has not been used to filter them out.\r\n\r\nThis PR fixes it.\r\n\r\n(cherry picked from commit 75da5074969ec874040ea094d5afe00b7f02be76)","shortMessageHtmlLink":"Prevent provider lowest-dependency tests to run in non-main branch (#…"}},{"before":"7718bd7a6ed7fb476e4920315b6d11f1ac465f44","after":"4d5f1c42a7873329b1b6b8b9b39db2c3033b46df","ref":"refs/heads/main","pushedAt":"2024-08-14T14:59:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Make PROD image building works in non-main PRs (#41480)\n\nThe PROD image building fails currently in non-main because it\r\nattempts to build source provider packages rather than use them from\r\nPyPi when PR is run against \"v-test\" branch.\r\n\r\nThis PR fixes it:\r\n\r\n* PROD images in non-main-targetted build will pull providers from\r\n PyPI rather than build them\r\n* they use PyPI constraints to install the providers\r\n* they use UV - which should speed up building of the images","shortMessageHtmlLink":"Make PROD image building works in non-main PRs (#41480)"}},{"before":"75da5074969ec874040ea094d5afe00b7f02be76","after":"7718bd7a6ed7fb476e4920315b6d11f1ac465f44","ref":"refs/heads/main","pushedAt":"2024-08-14T14:24:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Skip database isolation case for task mapping taskinstance tests (#41471)\n\nRelated: #41067","shortMessageHtmlLink":"Skip database isolation case for task mapping taskinstance tests (#41471"}},{"before":"c9d2cdefb24cdb30451be77b764d0a2cd97e77a8","after":"885baa898379736d3d83bb28e73ad233e99c6903","ref":"refs/heads/constraints-main","pushedAt":"2024-08-14T14:13:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Updating constraints. Github run id:10388569624\n\nThis update in constraints is automatically committed by the CI 'constraints-push' step based on\n'refs/heads/main' in the 'apache/airflow' repository with commit sha 01390839dd57bc8a104a8d41c923beb5455fe489.\n\nThe action that build those constraints can be found at https://github.com/apache/airflow/actions/runs/10388569624/\n\nThe image tag used for that build was: 01390839dd57bc8a104a8d41c923beb5455fe489. You can enter Breeze environment\nwith this image by running 'breeze shell --image-tag 01390839dd57bc8a104a8d41c923beb5455fe489'\n\nAll tests passed in this build so we determined we can push the updated constraints.\n\nSee https://github.com/apache/airflow/blob/main/README.md#installing-from-pypi for details.","shortMessageHtmlLink":"Updating constraints. Github run id:10388569624"}},{"before":"01390839dd57bc8a104a8d41c923beb5455fe489","after":"75da5074969ec874040ea094d5afe00b7f02be76","ref":"refs/heads/main","pushedAt":"2024-08-14T14:02:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Prevent provider lowest-dependency tests to run in non-main branch (#41478)\n\nWhen running tests in v2-10-test branch, lowest depenency tests\r\nare run for providers - because when calculating separate tests,\r\nthe \"skip_provider_tests\" has not been used to filter them out.\r\n\r\nThis PR fixes it.","shortMessageHtmlLink":"Prevent provider lowest-dependency tests to run in non-main branch (#…"}},{"before":"a9363e6a30d73a647ed7d45c92d46d1f6f98513f","after":"01390839dd57bc8a104a8d41c923beb5455fe489","ref":"refs/heads/main","pushedAt":"2024-08-14T13:11:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Microsoft Power BI operator to refresh the dataset (#40356)\n\n* Add Power BI operator that refreshes the powerbi dataset\r\n\r\nAdd Power BI integration to the provider.yaml\r\n\r\n* Extend Power BI Operator to support async mode\r\n\r\n* Extend PowerBIHook call to msgraph operator\r\n* Add the trigger class to enable deffering\r\n* Enable cache token\r\n\r\n* refactor: Refactored PowerBIHook based on the KiotaRequestAdapterHook into one hook, also take into account proxies. This is how I would do it, it isn't finished of course but that should put you in right direction. As there is a lot of polling involved, I would just like the MSGraphOperator, make it a pure async operator but that's my opinion.\r\n\r\n* Refactor: To support operator's async behavior\r\n\r\n* Add unit tests for the power bi trigger and refactor the code\r\n\r\n* unit tests for powerbi operator\r\n\r\n* refactor: Did some small changes to PowerBIOperator, removed unnecessary logging statements (don't just log info statements to log them, those can have performance/cost implications)\r\n\r\n* Fixed the unit test\r\n\r\n* Added more tests for full code coverage\r\n\r\n* Added system test for operator\r\n\r\n* Fix system test\r\n\r\n* Refactor: To use more of defferable mechanism, shifted all the async code in trigger\r\n\r\n* Fix unit tests and remove unnecessary parameters\r\n\r\n* refactor: Initialize hosts within constructor to make sure it's initialized correctly and immutable\r\n\r\n* fix: Changed the 'powerbi_conn_id' parameter to 'conn_id' for the dataset refresh example in PowerBI\r\n\r\n* Remove redundant system test for powerbi dataset refresh operator and rename the existing test more meaningfully\r\n\r\n* remove extra comments\r\n\r\n* Fix msgraph hook tests\r\n\r\n* Fix powerbi trigger tests\r\n\r\n* Refactor to pass the provider[microsoft.azure] tests\r\n\r\n* refactor: Removed commented out (dead) code\r\n\r\n* Refactor: Remove unused parameters and dead code\r\n\r\n---------\r\n\r\nCo-authored-by: David Blain \r\nCo-authored-by: David Blain ","shortMessageHtmlLink":"Microsoft Power BI operator to refresh the dataset (#40356)"}},{"before":"e001b88f5875cfd7e295891a0bbdbc75a3dccbfb","after":"b211936a4c3117f8102798d5c460de9235c5c571","ref":"refs/heads/v2-10-test","pushedAt":"2024-08-14T13:06:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Enable pull requests to be run from v*test branches (#41474) (#41476)\n\nSince we switch from direct push of cherry-picking to open PRs\r\nagainst v*test branch, we should enable PRs to run for the target\r\nbranch.\r\n\r\n(cherry picked from commit a9363e6a30d73a647ed7d45c92d46d1f6f98513f)","shortMessageHtmlLink":"Enable pull requests to be run from v*test branches (#41474) (#41476)"}},{"before":"3f2cf33826cbf264cbf2a06de9850c3de0e5fa18","after":"a9363e6a30d73a647ed7d45c92d46d1f6f98513f","ref":"refs/heads/main","pushedAt":"2024-08-14T12:52:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Enable pull requests to be run from v*test branches (#41474)\n\nSince we switch from direct push of cherry-picking to open PRs\nagainst v*test branch, we should enable PRs to run for the target\nbranch.","shortMessageHtmlLink":"Enable pull requests to be run from v*test branches (#41474)"}},{"before":"d2c9e8cfc00f30f4b3102197c2145c6e44b3d837","after":"3f2cf33826cbf264cbf2a06de9850c3de0e5fa18","ref":"refs/heads/main","pushedAt":"2024-08-14T10:50:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"uranusjr","name":"Tzu-ping Chung","path":"/uranusjr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/605277?s=80&v=4"},"commit":{"message":"Deprecate implicit default DAG schedule (#41321)\n\nCo-authored-by: Jarek Potiuk ","shortMessageHtmlLink":"Deprecate implicit default DAG schedule (#41321)"}},{"before":"901f00d1d0b8ea9cf5ba531f94fe7b9bd8637a58","after":"d2c9e8cfc00f30f4b3102197c2145c6e44b3d837","ref":"refs/heads/main","pushedAt":"2024-08-14T10:46:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Export Azure Container Instance log messages to XCOM (#41142)\n\n* Add ability to export log messages into XCOM\r\n\r\nThe bash and docker operators, among others, can export logs into XCOM\r\nto provide some feedback about the outcome of the command in the\r\nresults. The AzureContainerInstancesOperator just detects if the\r\ncontainer exits cleanly. This commit adds the ability to put either\r\nthe last log message or all log messages into XCOM under the key\r\n'logs' so it can be used in future operators to decide if it failed or\r\nsucceded.\r\n\r\n* Fix issues found by static checks\r\n\r\n* Update format to satisfy ruff-format","shortMessageHtmlLink":"Export Azure Container Instance log messages to XCOM (#41142)"}},{"before":"530495c45b3094b38a7b3e37eeab2de8c21c64d7","after":"901f00d1d0b8ea9cf5ba531f94fe7b9bd8637a58","ref":"refs/heads/main","pushedAt":"2024-08-14T10:42:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"feat(docker): Replace `use_dill` with `serializer` (#41356)","shortMessageHtmlLink":"feat(docker): Replace use_dill with serializer (#41356)"}},{"before":"5001f0790a8b2436b526f190829d3c355fe642d7","after":"530495c45b3094b38a7b3e37eeab2de8c21c64d7","ref":"refs/heads/main","pushedAt":"2024-08-14T10:15:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Describe behaviour in docstring correctly (#41458)","shortMessageHtmlLink":"Describe behaviour in docstring correctly (#41458)"}},{"before":"c8dc1971adec861571ba9f50ef7021f5da450246","after":"5001f0790a8b2436b526f190829d3c355fe642d7","ref":"refs/heads/main","pushedAt":"2024-08-14T09:46:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Allow 3.x Docker images (#41466)\n\n* Allow 3.x Docker images\r\n\r\n* Remove 2.x case?\r\n\r\nCo-authored-by: Jarek Potiuk \r\n\r\n---------\r\n\r\nCo-authored-by: Jarek Potiuk ","shortMessageHtmlLink":"Allow 3.x Docker images (#41466)"}},{"before":"b769870bc802589dc32d43cf0cd8cf93f7dd0872","after":"c8dc1971adec861571ba9f50ef7021f5da450246","ref":"refs/heads/main","pushedAt":"2024-08-14T08:42:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"fix: rm deprecated import (#41461)","shortMessageHtmlLink":"fix: rm deprecated import (#41461)"}},{"before":"1a09e3412d7b963797cdab99b6efb45e18513daa","after":"b769870bc802589dc32d43cf0cd8cf93f7dd0872","ref":"refs/heads/main","pushedAt":"2024-08-14T08:37:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Update Airflow version to `3.0.0.dev0` (#41456)","shortMessageHtmlLink":"Update Airflow version to 3.0.0.dev0 (#41456)"}},{"before":"fcc9f3dc0eb0b9c53f59bbe6619a175779db2cbc","after":"1a09e3412d7b963797cdab99b6efb45e18513daa","ref":"refs/heads/main","pushedAt":"2024-08-14T07:54:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ephraimbuddy","name":"Ephraim Anierobi","path":"/ephraimbuddy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4122866?s=80&v=4"},"commit":{"message":"Add 2.10.0rc1 to issue template (#41459)","shortMessageHtmlLink":"Add 2.10.0rc1 to issue template (#41459)"}},{"before":"509f15eab1436233368a2297c89efc1d5881c44a","after":"fcc9f3dc0eb0b9c53f59bbe6619a175779db2cbc","ref":"refs/heads/main","pushedAt":"2024-08-14T06:12:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"uranusjr","name":"Tzu-ping Chung","path":"/uranusjr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/605277?s=80&v=4"},"commit":{"message":"Rephrase max_tis_per_query config docs (#41448)","shortMessageHtmlLink":"Rephrase max_tis_per_query config docs (#41448)"}},{"before":"8653988012fa73891d81246f88f8b2d6a1f53746","after":"509f15eab1436233368a2297c89efc1d5881c44a","ref":"refs/heads/main","pushedAt":"2024-08-14T01:45:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"uranusjr","name":"Tzu-ping Chung","path":"/uranusjr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/605277?s=80&v=4"},"commit":{"message":"Check breaking changes have a news fragment (#41443)","shortMessageHtmlLink":"Check breaking changes have a news fragment (#41443)"}},{"before":"6edeba7391311a8ccdf963d57a9be135d1ec794a","after":"8653988012fa73891d81246f88f8b2d6a1f53746","ref":"refs/heads/main","pushedAt":"2024-08-14T01:21:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jedcunningham","name":"Jed Cunningham","path":"/jedcunningham","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66968678?s=80&v=4"},"commit":{"message":"Support templated hostname in NOTES (#41423)","shortMessageHtmlLink":"Support templated hostname in NOTES (#41423)"}},{"before":"1fcbde2e32970bb807089b19ecf04976c17462f3","after":"6edeba7391311a8ccdf963d57a9be135d1ec794a","ref":"refs/heads/main","pushedAt":"2024-08-14T01:15:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jedcunningham","name":"Jed Cunningham","path":"/jedcunningham","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66968678?s=80&v=4"},"commit":{"message":"Remove support for deprecated imports like operators/hooks/sensors (#41368)","shortMessageHtmlLink":"Remove support for deprecated imports like operators/hooks/sensors (#…"}},{"before":"9221bb55597349dbbd5e3f2997e20d40465ffce0","after":"1fcbde2e32970bb807089b19ecf04976c17462f3","ref":"refs/heads/main","pushedAt":"2024-08-14T01:02:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Remove deprecated and unused methods / properties on DAG (#41440)\n\n* Remove deprecated and unused methods / properties on DAG\r\n\r\n(cherry picked from commit 6bd4f83062151d427dab764bca123ba396eda6c0)\r\n\r\n* add newsfragment\r\n\r\n* fix test\r\n\r\n* fix test\r\n\r\n* Fix formatting\r\n\r\n---------\r\n\r\nCo-authored-by: Tzu-ping Chung ","shortMessageHtmlLink":"Remove deprecated and unused methods / properties on DAG (#41440)"}},{"before":null,"after":"d4624e0c11adc68fc0b515e6732bc7e80ed3bd6f","ref":"refs/heads/dependabot/npm_and_yarn/airflow/www/axios-1.7.4","pushedAt":"2024-08-14T00:58:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump axios from 1.6.1 to 1.7.4 in /airflow/www\n\nBumps [axios](https://github.com/axios/axios) from 1.6.1 to 1.7.4.\n- [Release notes](https://github.com/axios/axios/releases)\n- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)\n- [Commits](https://github.com/axios/axios/compare/v1.6.1...v1.7.4)\n\n---\nupdated-dependencies:\n- dependency-name: axios\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump axios from 1.6.1 to 1.7.4 in /airflow/www"}},{"before":"dbc068c7f9fe3326bcf8fb5c5b2ca236969e113d","after":"9221bb55597349dbbd5e3f2997e20d40465ffce0","ref":"refs/heads/main","pushedAt":"2024-08-14T00:58:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Temporarily disable doc publishing waiting for ASF self-hosted runners (#41449)\n\nThe self hosted runners from ASF behave strangely:\r\n\r\nhttps://issues.apache.org/jira/projects/INFRA/issues/INFRA-25990\r\n\r\nSo we need to disable publishing docs.","shortMessageHtmlLink":"Temporarily disable doc publishing waiting for ASF self-hosted runners ("}},{"before":"645c3cddf9b35bca64f7377cd6e00478ecb0ad4d","after":"dbc068c7f9fe3326bcf8fb5c5b2ca236969e113d","ref":"refs/heads/main","pushedAt":"2024-08-14T00:48:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jedcunningham","name":"Jed Cunningham","path":"/jedcunningham","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/66968678?s=80&v=4"},"commit":{"message":"Properly implement termination grace period seconds (#41374)","shortMessageHtmlLink":"Properly implement termination grace period seconds (#41374)"}},{"before":"6e223642780799e7b726eff6e307f2d270b9c689","after":"645c3cddf9b35bca64f7377cd6e00478ecb0ad4d","ref":"refs/heads/main","pushedAt":"2024-08-14T00:06:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Send context using in venv operator (#41363)","shortMessageHtmlLink":"Send context using in venv operator (#41363)"}},{"before":"fb378bdf2e27f68a287d7b43748fb67d474f80f2","after":"6e223642780799e7b726eff6e307f2d270b9c689","ref":"refs/heads/main","pushedAt":"2024-08-14T00:05:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"ydb provider: add database to table name in bulk upsert, use bulk upsert in system test (#41303)\n\n* use bulk upsert in system test\r\n\r\n* fix bulk_upsert test","shortMessageHtmlLink":"ydb provider: add database to table name in bulk upsert, use bulk ups…"}},{"before":"e94b508b946471420488cc466d92301b54b4c5ae","after":"fb378bdf2e27f68a287d7b43748fb67d474f80f2","ref":"refs/heads/main","pushedAt":"2024-08-13T23:51:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Issue-41243 Fix the Exception name and unpin dependency (#41256)\n\nThe exception should be `ExportTaskNotFound` (and not\r\n`ExportTaskNotFoundFault`) as recorded here:\r\nhttps://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeExportTasks.html\r\n\r\nThe moto version dependency pin is updated to reflect this.\r\nOlder versions of moto will not succeed this test case, hence the\r\nversion pin is bumped to 5.0.12\r\n\r\nCo-authored-by: Vikram Gaonkar ","shortMessageHtmlLink":"Issue-41243 Fix the Exception name and unpin dependency (#41256)"}},{"before":"ea515e6022658bb295bb8d060f4e212c6c1da8fb","after":"e94b508b946471420488cc466d92301b54b4c5ae","ref":"refs/heads/main","pushedAt":"2024-08-13T23:47:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"potiuk","name":"Jarek Potiuk","path":"/potiuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/595491?s=80&v=4"},"commit":{"message":"Skipping tests for db isolation because similar tests were skipped (#41450)","shortMessageHtmlLink":"Skipping tests for db isolation because similar tests were skipped (#…"}},{"before":"6570c6d1bb620c6a952a16743c7168c775f6ad70","after":"ea515e6022658bb295bb8d060f4e212c6c1da8fb","ref":"refs/heads/main","pushedAt":"2024-08-13T21:49:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dstandish","name":"Daniel Standish","path":"/dstandish","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15932138?s=80&v=4"},"commit":{"message":"Rename @span decorator to @add_span to avoid collisions (#41444)\n\nPreviously if we ever needed to get the current span and manipulate it, we needed to name it with leading or trailing underscores to avoid collisions with the span decorator function name, which was a bit awkward.","shortMessageHtmlLink":"Rename @span decorator to @add_span to avoid collisions (#41444)"}},{"before":"736ebfe3fe2bd67406d5a50dacbfa1e43767d4ce","after":"6570c6d1bb620c6a952a16743c7168c775f6ad70","ref":"refs/heads/main","pushedAt":"2024-08-13T20:34:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kaxil","name":"Kaxil Naik","path":"/kaxil","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8811558?s=80&v=4"},"commit":{"message":"Remove deprecated SubDags (#41390)\n\nThis PR removes SubDags in favor of TaskGroups fro Airflow 3.0\r\n\r\nSubdags have been removed from the following locations:\r\n\r\n- CLI\r\n- API\r\n- ``SubDagOperator``\r\n\r\nThis removal marks the end of Subdag support across all interfaces. Users\r\nshould transition to using TaskGroups as a more efficient and maintainable\r\nalternative.\r\n\r\n---------\r\nCo-authored-by: Brent Bovenzi ","shortMessageHtmlLink":"Remove deprecated SubDags (#41390)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEmmLzPwA","startCursor":null,"endCursor":null}},"title":"Activity · apache/airflow"}