FrankYang0529 commented on code in PR #73426:
URL: https://github.com/apache/airflow/pull/73426#discussion_r4062017276


##########
go-sdk/internal/bundlev1/doc.go:
##########
@@ -15,7 +15,8 @@
 // specific language governing permissions and limitations
 // under the License.
 
-// Package bundlev1server runs a bundle through Airflow's coordinator protocol.
-// Bundle entry points call [Serve] so the Python ExecutableCoordinator can
-// connect over the local comm and logs channels.
-package bundlev1server
+// Package bundlev1 defines what the coordinator runtime needs from a bundle:
+// the tasks it looks up and runs, and the Dag and task ids it lists in the 
manifest.
+//
+// Package airflow builds both from the task handlers a bundle registers.
+package bundlev1

Review Comment:
   Agree, changed it to `internal/bundle`.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to