Skip to content

Problem with Job Type Azure Service Bus - typo in the code #137

@wzaremba

Description

@wzaremba

Hi, there is a typo in the code that results in error while building Azure Service Bus job.
This is in file jobs.py, line 1511, the proper whole definition is below. The queue_topic_name definition is missing backslash.

class JobAzureServiceBus(Job):

_type: str = attrs.field(init=False, default='Job:Azure Service Bus', metadata={
                         '_aapi_repr_': 'Type', '_type_aapi_': 'Job:Azure Service Bus'})
object_name: str = attrs.field(metadata={'_aapi_name_': True})
connection_profile: str = attrs.field(kw_only=True, default=None, metadata={
                                      '_aapi_repr_': 'ConnectionProfile'})
service_bus_namespace: str = attrs.field(kw_only=True, default=None, metadata={
                                         '_aapi_repr_': 'Service Bus Namespace'})
queue_topic_name: str = attrs.field(kw_only=True, default=None, metadata={'_aapi_repr_': 'Queue\Topic Name'})
message_format: str = attrs.field(kw_only=True, default=None, metadata={
                                  '_aapi_repr_': 'Message Format'})
message_body: str = attrs.field(kw_only=True, default=None, metadata={
                                '_aapi_repr_': 'Message Body'})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions