Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SHARING EVENTS AND OTHER METRICS IN NATIVE APPLICATIONS
Document Type and Number:
WIPO Patent Application WO/2024/039562
Kind Code:
A1
Abstract:
Disclosed is an execution information sharing system that duplicates execution information to a provider target (and other targets) as it is being loaded to a consumer target. A consumer account of a data sharing platform executes an application shared with it by a provider account of the platform. Consumer and provider configurations indicating consumer and provider targets respectively are generated. The consumer configuration and provider configurations are provided to an event context to generate a first and second event unloaders respectively, wherein the event context maintains a mapping linking both the first event unloader and the second event unloader to the application. In response to receiving execution information from the application, the first event unloader and the second event unloader are retrieved. The execution information is then written to the consumer target and the provider target using the first event unloader and the second event unloader respectively.

Inventors:
CARRU DAMIEN (US)
CHU PUI KEI JOHNSTON (US)
JAGTAP UNMESH (US)
KE XIAODI (US)
LEVEL HAROLDO (US)
MURALIDHAR SUBRAMANIAN (US)
PAN JAMES (US)
PARKES STEVEN (US)
XU XIE (US)
Application Number:
PCT/US2023/029883
Publication Date:
February 22, 2024
Filing Date:
August 09, 2023
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
SNOWFLAKE INC (US)
International Classes:
G06F9/54
Foreign References:
US20220121673A12022-04-21
US20200233877A12020-07-23
US20230259518A12023-08-17
US20210216983A12021-07-15
US20200380007A12020-12-03
US20180189367A12018-07-05
US7302446B12007-11-27
Other References:
GIULIANI SYLVAIN: "What is Reverse ETL? Here's everything you need to know in 2024", THE OPERATOR - THE OFFICIAL CENSUS BLOG, 14 January 2022 (2022-01-14), pages 1 - 16, XP093143064, Retrieved from the Internet [retrieved on 20240319]
Attorney, Agent or Firm:
OVANEZIAN, Daniel E. et al. (US)
Download PDF:
Claims:
CLAIMS

What is claimed is:

1. A method comprising: executing in a consumer account of a data sharing platform, an application shared with the consumer account by a provider account of the data sharing platform; generating a consumer configuration and a provider configuration, the consumer configuration and the provider configuration indicating a consumer target and a provider target respectively where execution information of the application is to be written; providing the consumer configuration and the provider configuration to an event context to generate a first event unloader and a second event unloader respectively, wherein the event context maintains a mapping linking both the first event unloader and the second event unloader to the application; in response to receiving execution information from the application, retrieving the first event unloader and the second event unloader; and forwarding, by a processing device, the execution information to the consumer target and the provider target using the first event unloader and the second event unloader respectively.

2. The method of claim 1, wherein maintaining the mapping comprises: associating the first event unloader with a log correlation ID of the application; updating the mapping to indicate that the first event unloader is linked to the log correlation ID of the application; associating the second event unloader with the log correlation ID of the application; updating the mapping to indicate that the second event unloader is linked to the log correlation ID of the application.

3. The method of claim 2, wherein retrieving the first event unloader and the second event unloader comprises: identifying the log correlation ID of the application in response to receiving the set of execution information; identifying the first event unloader and the second event unloader as being associated with the log correlation ID of the application based on the mapping; and retrieving the first event unloader and the second event unloader.

4. The method of claim 1, wherein forwarding the execution information to the consumer target comprises: determining a log level of the application and a trace level of the application set by the provider account; filtering from the execution information, execution logs having a higher log level than the log level set by the provider account; filtering from the execution information, trace events having a higher trace level than the trace level set by the provider account; and forwarding a remainder of the execution information to the consumer target.

5. The method of claim 1, further comprising: specifying, by the provider account, a log level of the application by selecting from a set of predefined log level values; and specifying, by the provider account, a trace level of the application by selecting from a set of predefined trace level values.

6. The method of claim 1, wherein generating the provider configuration comprises: obtaining share information from an imported database from which the application is accessed; extracting from the share information, provider account information; and generating the provider configuration based on the provider account information.

7. The method of claim 6, wherein the provider account information comprises: a provider task pipe ID; and a provider staging file name.

8. The method of claim 1, wherein the consumer target and the provider target each correspond to an event table.

9. A system comprising: a memory; and a processing device operatively coupled to the memory, the processing device to: execute in a consumer account of a data sharing platform, an application shared with the consumer account by a provider account of the data sharing platform; generate a consumer configuration and a provider configuration, the consumer configuration and the provider configuration indicating a consumer target and a provider target respectively where execution information of the application is to be written; provide the consumer configuration and the provider configuration to an event context to generate a first event unloader and a second event unloader respectively, wherein the event context maintains a mapping linking both the first event unloader and the second event unloader to the application; in response to receiving execution information from the application, retrieve the first event unloader and the second event unloader; and forward the execution information to the consumer target and the provider target using the first event unloader and the second event unloader respectively.

10. The system of claim 9, wherein to maintain the mapping, the processing device is to: associate the first event unloader with a log correlation ID of the application; update the mapping to indicate that the first event unloader is linked to the log correlation ID of the application; associate the second event unloader with the log correlation ID of the application; update the mapping to indicate that the second event unloader is linked to the log correlation ID of the application.

11. The system of claim 10, wherein to retrieve the first event unloader and the second event unloader, the processing device is to: identify the log correlation ID of the application in response to receiving the set of execution information; identify the first event unloader and the second event unloader as being associated with the log correlation ID of the application based on the mapping; and retrieve the first event unloader and the second event unloader.

12. The system of claim 9, wherein to forward the execution information to the consumer target, the processing device is to: determine a log level of the application and a trace level of the application set by the provider account; filter from the execution information, execution logs having a higher log level than the log level set by the provider account; filter from the execution information, trace events having a higher trace level than the trace level set by the provider account; and forward a remainder of the execution information to the consumer target.

13. The system of claim 9, wherein the processing device is further to: specify, by the provider account, a log level of the application by selecting from a set of predefined log level values; and specify, by the provider account, a trace level of the application by selecting from a set of predefined trace level values.

14. The system of claim 9, wherein to generate the provider configuration, the processing device is to: obtain share information from an imported database from which the application is accessed; extract from the share information, provider account information; and generate the provider configuration based on the provider account information.

15. The system of claim 14, wherein the provider account information comprises: a provider task pipe ID; and a provider staging file name.

16. The system of claim 9, wherein the consumer target and the provider target each correspond to an event table.

17. A non-transitory computer-readable medium having instructions stored thereon which, when executed by a processing device, cause the processing device to: execute in a consumer account of a data sharing platform, an application shared with the consumer account by a provider account of the data sharing platform; generate a consumer configuration and a provider configuration, the consumer configuration and the provider configuration indicating a consumer target and a provider target respectively where execution information of the application is to be written; provide the consumer configuration and the provider configuration to an event context to generate a first event unloader and a second event unloader respectively, wherein the event context maintains a mapping linking both the first event unloader and the second event unloader to the application; in response to receiving execution information from the application, retrieve the first event unloader and the second event unloader; and forward, by the processing device, the execution information to the consumer target and the provider target using the first event unloader and the second event unloader respectively.

18. The non-transitory computer-readable medium of claim 17, wherein to maintain the mapping, the processing device is to: associate the first event unloader with a log correlation ID of the application; update the mapping to indicate that the first event unloader is linked to the log correlation ID of the application; associate the second event unloader with the log correlation ID of the application; update the mapping to indicate that the second event unloader is linked to the log correlation ID of the application.

19. The non-transitory computer-readable medium of claim 18, wherein to retrieve the first event unloader and the second event unloader, the processing device is to: identify the log correlation ID of the application in response to receiving the set of execution information; identify the first event unloader and the second event unloader as being associated with the log correlation ID of the application based on the mapping; and retrieve the first event unloader and the second event unloader.

20. The non-transitory computer-readable medium of claim 17, wherein to forward the execution information to the consumer target, the processing device is to: determine a log level of the application and a trace level of the application set by the provider account; filter from the execution information, execution logs having a higher log level than the log level set by the provider account; filter from the execution information, trace events having a higher trace level than the trace level set by the provider account; and forward a remainder of the execution information to the consumer target.

21. The non-transitory computer-readable medium of claim 17, wherein the processing device is further to: specify, by the provider account, a log level of the application by selecting from a set of predefined log level values; and specify, by the provider account, a trace level of the application by selecting from a set of predefined trace level values.

22. The non-transitory computer-readable medium of claim 17, wherein to generate the provider configuration, the processing device is to: obtain share information from an imported database from which the application is accessed; extract from the share information, provider account information; and generate the provider configuration based on the provider account information.

23. The non-transitory computer-readable medium of claim 22, wherein the provider account information comprises: a provider task pipe ID; and a provider staging file name.

24. The non-transitory computer-readable medium of claim 17, wherein the consumer target and the provider target each correspond to an event table.

Description:
SHARING EVENTS AND OTHER METRICS IN NATIVE APPLICATIONS

CROSS-REFERENCE TO RELATED APPLICATIONS

[0001] This application claims the benefit of and priority to U.S Patent Application No. 18/139,269, filed April 25, 2023 and entitled “SHARING EVENTS AND OTHER METRICS IN NATIVE APPLICATIONS” which claims priority to U.S. Provisional Application No. 63/398,833, filed August 17, 2022 and entitled “SHARING EVENTS AND OTHER METRICS IN NATIVE APPLICATIONS.”

TECHNICAL FIELD

[0002] The present disclosure relates to native applications shared via data sharing platforms, and particularly to sharing events and metrics related to usage of native applications shared via data sharing platforms.

BACKGROUND

[0003] Databases are widely used for data storage and access in computing applications. Databases may include one or more tables that include or reference data that can be read, modified, or deleted using queries. Databases may be used for storing and/or accessing personal information or other sensitive information. Secure storage and access of database data may be provided by encrypting and/or storing data in an encrypted form to prevent unauthorized access. In some cases, data shanng may be desirable to let other parties perform queries against a set of data.

BRIEF DESCRIPTION OF THE DRAWINGS

[0004] The described embodiments and the advantages thereof may best be understood by reference to the following description taken in conjunction with the accompanying drawings. These drawings in no way limit any changes in form and detail that may be made to the described embodiments by one skilled in the art without departing from the spirit and scope of the described embodiments. [0005] Fig. 1 A is a block diagram depicting an example computing environment in which the methods disclosed herein may be implemented, in accordance with some embodiments of the present invention.

[0006] Fig. IB is a block diagram illustrating an example virtual warehouse, in accordance with some embodiments of the present invention.

[0007] Fig. 2 is a schematic block diagram of data that may be used to implement a public or private data exchange, in accordance with some embodiments of the present invention.

[0008] Fig. 3 is a schematic block diagram of deployment of a data exchange that illustrates consumer and provider managed data access techniques, in accordance with some embodiments of the present invention.

[0009] Fig. 4 is a block diagram of a deployment of a data exchange, illustrating application sharing techniques, in accordance with some embodiments of the present invention.

[0010] Figs. 5A-5D are block diagrams of a deployment of a data exchange configured for sharing execution information among multiple recipients, in accordance with some embodiments of the present invention.

[0011] Figs. 6 is a diagram illustrating the use of hidden roles to grant a database role to a share object, in accordance with some embodiments of the present invention.

[0012] Fig. 7 is a block diagram of a deployment of a data exchange, illustrating replication of execution information among multiple targets, in accordance with some embodiments of the present invention.

[0013] Fig. 8 is a block diagram of a method for configuring a deployment of a data exchange for sharing execution information among multiple recipients, in accordance with some embodiments of the present invention.

[0014] Fig. 9 is a block diagram of an example computing device that may perform one or more of the operations described herein, in accordance with some embodiments of the present invention. DETAILED DESCRIPTION

[0015] Data providers often have data assets that are cumbersome to share. A data asset may be data that is of interest to another entity. For example, a large online retail company may have a data set that includes the purchasing habits of millions of consumers over the last ten years. This data set may be large. If the online retailer wishes to share all or a portion of this data with another entity, the online retailer may need to use old and slow methods to transfer the data, such as a file-transfer-protocol (FTP), or even copying the data onto physical media and mailing the physical media to the other entity. This has several disadvantages. First, it is slow as copying terabytes or petabytes of data can take days. Second, once the data is delivered, the provider cannot control what happens to the data. The recipient can alter the data, make copies, or share it with other parties. Third, the only entities that would be interested in accessing such a large data set in such a manner are large corporations that can afford the complex logistics of transferring and processing the data as well as the high price of such a cumbersome data transfer Thus, smaller entities (e g., “mom and pop” shops) or even smaller, more nimble cloud-focused startups are often priced out of accessing this data, even though the data may be valuable to their businesses. This may be because raw data assets are generally too unpolished and full of potentially sensitive data to simply outright sell/provide to other companies. Data cleaning, deidentification, aggregation, joining, and other forms of data enrichment need to be performed by the owner of data before it is shareable with another party. This is time-consuming and expensive. Finally, it is difficult to share data assets with many entities because traditional data sharing methods do not allow scalable sharing for the reasons mentioned above. Traditional sharing methods also introduce latency and delays in terms of all parties having access to the most recently -updated data.

[0016] Private and public data exchanges may allow data providers to more easily and securely share their data assets with other entities. A public data exchange (also referred to herein as a “Snowflake data marketplace,” or a “data marketplace”) may provide a centralized repository with open access where a data provider may publish and control live and read-only data sets to thousands of consumers. A private data exchange (also referred to herein as a “data exchange”) may be under the data provider’s brand, and the data provider may control who can gain access to it. The data exchange may be for internal use only, or may also be opened to consumers, partners, suppliers, or others. The data provider may control what data assets are listed as well as control who has access to which sets of data. This allows for a seamless way to discover and share data both within a data provider’s organization and with its business partners.

[0017] The data exchange may be facilitated by a cloud computing service such as the SNOWFLAKE™ cloud computing service, and allows data providers to offer data assets directly from their own online domain (e.g., website) in a private online marketplace with their own branding. The data exchange may provide a centralized, managed hub for an entity to list internally or externally -shared data assets, inspire data collaboration, and also to maintain data governance and to audit access. With the data exchange, data providers may be able to share data without copying it between companies. Data providers may invite other entities to view their data listings, control which data listings appear in their private online marketplace, control who can access data listings and how others can interact with the data assets connected to the listings. This may be thought of as a “walled garden” marketplace, in which visitors to the garden must be approved and access to certain listings may be limited.

[0018] As an example, Company A may be a consumer data company that has collected and analyzed the consumption habits of millions of individuals in several different categones. Their data sets may include data in the following categories: online shopping, video streaming, electricity consumption, automobile usage, internet usage, clothing purchases, mobile application purchases, club memberships, and online subscription services. Company A may desire to offer these data sets (or subsets or derived products of these data sets) to other entities.

For example, a new clothing brand may wish to access data sets related to consumer clothing purchases and online shopping habits. Company A may support a page on its website that is or functions substantially similar to a data exchange, where a data consumer (e.g., the new clothing brand) may browse, explore, discover, access and potentially purchase data sets directly from Company A. Further, Company A may control: who can enter the data exchange, the entities that may view a particular listing, the actions that an entity may take with respect to a listing (e.g., view only), and any other suitable action. In addition, a data provider may combine its own data with other data sets from, e.g., a public data exchange (also referred to as a “data marketplace”), and create new listings using the combined data.

[0019] A data exchange may be an appropriate place to discover, assemble, clean, and enrich data to make it more monetizable. A large company on a data exchange may assemble data from across its divisions and departments, which could become valuable to another company. In addition, participants in a private ecosystem data exchange may work together to join their datasets together to jointly create a useful data product that any one of them alone would not be able to produce. Once these joined datasets are created, they may be listed on the data exchange or on the data marketplace.

[0020] Sharing data may be performed when a data provider creates a share object (hereinafter referred to as a share) of a database in the data provider’s account and grants the share access to particular objects (e.g., tables, secure views, and secure user-defined functions (UDFs)) of the database. Then, a read-only database may be created using information provided in the share. Access to this database may be controlled by the data provider. A “share” encapsulates all of the information required to share data in a database. A share may include at least three pieces of information: (1) privileges that grant access to the database(s) and the schema containing the objects to share, (2) the privileges that grant access to the specific objects (e.g., tables, secure views, and secure UDFs), and (3) the consumer accounts with which the database and its objects are shared. The consumer accounts with which the database and its objects are shared may be indicated by a list of references to those consumer accounts contained within the share object. Only those consumer accounts that are specifically listed in the share object may be allowed to look up, access, and/or import from this share object. By modifying the list of references of other consumer accounts, the share object can be made accessible to more accounts or be restricted to fewer accounts.

[0021] In some embodiments, each share object contains a single role. Grants between this role and objects define what objects are being shared and with what privileges these objects are shared. The role and grants may be similar to any other role and grant system in the implementation of role-based access control. By modifying the set of grants attached to the role in a share object, more objects may be shared (by adding grants to the role), fewer objects may be shared (by revoking grants from the role), or objects may be shared with different privileges (by changing the type of grant, for example to allow write access to a shared table object that was previously read-only). In some embodiments, share objects in a provider account may be imported into the target consumer account using alias objects and cross-account role grants.

[0022] When data is shared, no data is copied or transferred between users. Sharing is accomplished through the cloud computing sendees of a cloud computing service provider such as SNOWFL AKE™. Shared data may then be used to process SQL queries, possibly including joins, aggregations, or other analysis. In some instances, a data provider may define a share such that “secure joins” are permitted to be performed with respect to the shared data. A secure join may be performed such that analysis may be performed with respect to shared data but the actual shared data is not accessible by the data consumer (e.g., recipient of the share).

[0023] A data exchange may also implement role-based access control to govern access to objects within consumer accounts using account level roles and grants. In one embodiment, account level roles are special objects in a consumer account that are assigned to users. Grants between these account level roles and database objects define what privileges the account level role has on these objects. For example, a role that has a usage grant on a database can “see” this database when executing the command “show databases”; a role that has a select grant on a table can read from this table but not write to the table. The role would need to have a modify grant on the table to be able to write to it.

[0024] Because consumers of data often require the ability to perform various functions on data that has been shared with them, a data exchange may enable users of a data marketplace to build native applications that can be shared with other users of the data marketplace. The native applications can be published and discovered in the data marketplace like any other data listing, and consumers can install them in their local data marketplace account to serve their data processing needs. This helps to bring data processing services and capabilities to consumers instead of requiring a consumer to share data with e.g., a service provider who can perform these data processing services and share the processed data back to the consumer. Stated differently, instead of a consumer having to share potentially sensitive data with a third party who can perform the necessary data processing services and send the results back to the consumer, the desired data processing functionality may be encapsulated, and then shared with the consumer so that the consumer does not have to share their potentially sensitive data.

[0025] Monitoring native applications running in consumer accounts is important both for providers and consumers. Providers want to support their applications running in consumer accounts by having access to execution information of their applications. Execution information may include execution logs, trace events and usage metrics. The execution information can help a provider understand how consumers use their shared applications. In addition, when a provider shares an application (e.g., by creating a listing for it in the data exchange), they may include usage metrics in the metadata of the listing so that consumers will have visibility into the resources consumed by the application and can set quotas to adequately budget for the required resource consumption. For example, the provider may provide an indication of the resources (e.g., compute, storage resources) required to run the application in the listing metadata and any consumers interested in the application may set their respective quotas accordingly. [0026] On the consumer side, consumers may wish to engage in first level debugging and management of applications by having access to execution logs and trace events from the application. Being able to audit the execution logs and trace events, and being able to selectively share this information is a key security control available to consumers.

[0027] Currently, native application consumers must manually set up a data share if they want to share events and metrics with providers. This includes the consumers manually defining what kind of data they want to share with the provider and manually masking out or redacting sensitive information to protect their IP, which is a cumbersome as well as resource/time intensive process.

[0028] Embodiments of the present disclosure address the above and other issues by providing an execution information sharing system that automatically duplicates execution information to a provider event table (and multiple other targets) as they are being loaded to a consumer event table. A consumer account of a data sharing platform executes an application shared with it by a provider account of the platform. Consumer and provider configurations indicating consumer and provider targets respectively are generated. The consumer configuration and provider configurations are provided to an event context to generate a first and second event unloaders respectively, wherein the event context maintains a mapping linking both the first event unloader and the second event unloader to the application. In response to receiving execution information from the application, the first event unloader and the second event unloader are retneved. The execution information is then wntten to the consumer target and the provider target using the first event unloader and the second event unloader respectively.

[0029] The execution information sharing system may also redact sensitive information to protect consumer data privacy and security. When an application share is created, a detailed sharing configuration indicating the log level, trace level, etc. of execution information can be set by the providers and consumers can opt into/out of the execution information sharing. In this way, embodiments of the present disclosure make the sharing process and IP protection automatic with minimal friction.

[0030] FIG. 1 A is a block diagram of an example computing environment 100 in which the systems and methods disclosed herein may be implemented. A cloud computing platform 110 may be implemented, such as Amazon Web Services™ (AWS), Microsoft Azure™, Google Cloud™, or the like. As known in the art, a cloud computing platform 110 provides computing resources and storage resources that may be acquired (purchased) or leased and configured to execute applications and store data.

[0031] The cloud computing platform 110 may host a cloud computing service 112 that facilitates storage of data on the cloud computing platform 110 (e.g. data management and access) and analysis functions (e.g. SQL queries, analysis), as well as other computation capabilities (e.g., secure data sharing between users of the cloud computing platform 110). The cloud computing platform 110 may include a three-tier architecture: data storage 140, query processing 130, and cloud services 120.

[0030] Data storage 140 may facilitate the storing of data on the cloud computing platform 110 in one or more cloud databases 141. Data storage 140 may use a storage service such as Amazon S3™ to store data and query results on the cloud computing platform 110. In particular embodiments, to load data into the cloud computing platform 110, data tables may be horizontally partitioned into large, immutable files which may be analogous to blocks or pages in a traditional database system. Within each file, the values of each attribute or column are grouped together and compressed using a scheme sometimes referred to as hybrid columnar. Each table has a header which, among other metadata, contains the offsets of each column within the file.

[0031] In addition to storing table data, data storage 140 facilitates the storage of temp data generated by query operations (e.g., joins), as well as the data contained in large query results. This may allow the system to compute large queries without out-of-memory or out-of-disk errors. Storing query results this way may simplify query processing as it removes the need for server-side cursors found in traditional database systems.

[0032] Query processing 130 may handle query execution within elastic clusters of virtual machines, referred to herein as virtual warehouses or data warehouses. Thus, query processing 130 may include one or more virtual warehouses 131, which may also be referred to herein as data warehouses. The virtual warehouses 131 may be one or more virtual machines operating on the cloud computing platform 110. The virtual warehouses 131 may be compute resources that may be created, destroyed, or resized at any point, on demand. This functionality may create an “elastic” virtual warehouse that expands, contracts, or shuts down according to the user’s needs. Expanding a virtual warehouse involves generating one or more compute nodes 132 to a virtual warehouse 131. Contracting a virtual warehouse involves removing one or more compute nodes 132 from a virtual warehouse 131. More compute nodes 132 may lead to faster compute times. For example, a data load which takes fifteen hours on a system with four nodes might take only two hours with thirty-two nodes.

[0033] Cloud services 120 may be a collection of services that coordinate activities across the cloud computing service 112. These services tie together all of the different components of the cloud computing service 112 in order to process user requests, from login to query dispatch. Cloud services 120 may operate on compute instances provisioned by the cloud computing service 112 from the cloud computing platform 110. Cloud services 120 may include a collection of services that manage virtual warehouses, queries, transactions, data exchanges, and the metadata associated with such services, such as database schemas, access control information, encryption keys, and usage statistics. Cloud services 120 may include, but not be limited to, authentication engine 121, infrastructure manager 122, optimizer 123, exchange manager 124, security engine 125, and metadata storage 126.

[0034] FIG. IB is a block diagram illustrating an example virtual warehouse 131. The exchange manager 124 may facilitate the sharing of data between data providers and data consumers, using, for example, a data exchange. For example, cloud computing service 112 may manage the storage and access of a database 108. The database 108 may include various instances of user data 150 for different users e.g., different enterprises or individuals. The user data 150 may include a user database 152 of data stored and accessed by that user. The user database 152 may be subject to access controls such that only the owner of the data is allowed to change and access the user database 152 upon authenticating with the cloud computing service 112. For example, data may be encrypted such that it can only be decrypted using decryption information possessed by the owner of the data. Using the exchange manager 124, specific data from a user database 152 that is subject to these access controls may be shared with other users in a controlled manner. In particular, a user may specify shares 154 that may be shared in a public or data exchange in an uncontrolled manner or shared with specific other users in a controlled manner as described above. A “share” encapsulates all of the information required to share data in a database. A share may include at least three pieces of information: (1) privileges that grant access to the database(s) and the schema containing the objects to share, (2) the privileges that grant access to the specific objects (e.g., tables, secure views, and secure UDFs), and (3) the consumer accounts with which the database and its objects are shared. When data is shared, no data is copied or transferred between users. Sharing is accomplished through the cloud services 120 of cloud computing sendee 112.

[0035] Sharing data may be performed when a data provider creates a share of a database in the data provider’s account and grants access to particular objects (e.g., tables, secure views, and secure user-defined functions (UDFs)). Then a read-only database may be created using information provided in the share. Access to this database may be controlled by the data provider.

[0036] Shared data may then be used to process SQU queries, possibly including joins, aggregations, or other analysis. In some instances, a data provider may define a share such that “secure joins” are permitted to be performed with respect to the shared data. A secure join may be performed such that analysis may be performed with respect to shared data but the actual shared data is not accessible by the data consumer (e.g., recipient of the share). A secure join may be performed as described in U.S. Application Serial No. 16/368,339, filed March 18, 2019. [0037] User devices 101-104, such as laptop computers, desktop computers, mobile phones, tablet computers, cloud-hosted computers, cloud-hosted serverless processes, or other computing processes or devices may be used to access the virtual warehouse 131 or cloud service 120 by way of a network 105, such as the Internet or a private network.

[0038] In the description below, actions are ascribed to users, particularly consumers and providers. Such actions shall be understood to be performed with respect to devices 101-104 operated by such users. For example, notification to a user may be understood to be a notification transmitted to devices 101-104, an input or instruction from a user may be understood to be received by way of the user’s devices 101-104, and interaction with an interface by a user shall be understood to be interaction with the interface on the user’s devices 101 -104. In addition, database operations (joining, aggregating, analysis, etc.) ascribed to a user (consumer or provider) shall be understood to include performing of such actions by the cloud computing service 112 in response to an instruction from that user.

[0039] FIG. 2 is a schematic block diagram of data that may be used to implement a public or data exchange in accordance with an embodiment of the present invention. The exchange manager 124 may operate with respect to some or all of the illustrated exchange data 200, which may be stored on the platform executing the exchange manager 124 (e.g., the cloud computing platform 110) or at some other location. The exchange data 200 may include a plurality of listings 202 describing data that is shared by a first user (“the provider”). The listings 202 may be listings in a data exchange or in a data marketplace. The access controls, management, and governance of the listings may be similar for both a data marketplace and a data exchange.

[0040] The listing 202 may include access controls 206, which may be configurable to any suitable access configuration. For example, access controls 206 may indicate that the shared data is available to any member of the private exchange without restriction (an “any share” as used elsewhere herein). The access controls 206 may specify a class of users (members of a particular group or organization) that are allowed to access the data and/or see the listing. The access controls 206 may specify that a “point-to-point” share in which users may request access but are only allowed access upon approval of the provider. The access controls 206 may specify' a set of user identifiers of users that are excluded from being able to access the data referenced by the listing 202.

[0041] Note that some listings 202 may be discoverable by users without further authentication or access permissions whereas actual accesses are only permitted after a subsequent authentication step (see discussion of Figs. 4 and 6). The access controls 206 may specify that a listing 202 is only discoverable by specific users or classes of users.

[0042] Note also that a default function for listings 202 is that the data referenced by the share is not exportable by the consumer. Alternatively, the access controls 206 may specify that this is not permitted. For example, access controls 206 may specify that secure operations (secure joins and secure functions as discussed below) may be performed with respect to the shared data such that viewing and exporting of the shared data is not permitted.

[0043] In some embodiments, once a user is authenticated with respect to a listing 202, a reference to that user (e.g., user identifier of the user’s account with the virtual warehouse 131) is added to the access controls 206 such that the user will subsequently be able to access the data referenced by the listing 202 without further authentication.

[0044] The listing 202 may define one or more filters 208. For example, the filters 208 may define specific identify data 214 (also referred to herein as user identifiers) of users that may view references to the listing 202 when browsing the catalog 220. The filters 208 may define a class of users (users of a certain profession, users associated with a particular company or organization, users within a particular geographical area or country) that may view references to the listing 202 when browsing the catalog 220. In this manner, a private exchange may be implemented by the exchange manager 124 using the same components. In some embodiments, an excluded user that is excluded from accessing a listing 202 i.e., adding the listing 202 to the consumed shares 156 of the excluded user, may still be permitted to view a representation of the listing when browsing the catalog 220 and may further be permitted to request access to the listing 202 as discussed below. Requests to access a listing by such excluded users and other users may be listed in an interface presented to the provider of the listing 202. The provider of the listing 202 may then view demand for access to the listing and choose to expand the filters 208 to permit access to excluded users or classes of excluded users (e.g., users in excluded geographic regions or countries).

[0045] Filters 208 may further define what data may be viewed by a user. In particular, filters 208 may indicate that a user that selects a listing 202 to add to the consumed shares 156 of the user is permitted to access the data referenced by the listing but only a filtered version that only includes data associated with the identifier 214 of that user, associated with that user’s organization, or specific to some other classification of the user. In some embodiments, a private exchange is by invitation: users invited by a provider to view listings 202 of a private exchange are enabled to do by the exchange manager 124 upon communicating acceptance of an invitation received from the provider.

[0046] In some embodiments, a listing 202 may be addressed to a single user. Accordingly, a reference to the listing 202 may be added to a set of “pending shares” that is viewable by the user. The listing 202 may then be added to a group of shares of the user upon the user communicating approval to the exchange manager 124.

[0047] The listing 202 may further include usage data 210. For example, the cloud computing service 112 may implement a credit system in which credits are purchased by a user and are consumed each time a user runs a query, stores data, or uses other services implemented by the cloud computing service 112. Accordingly, usage data 210 may record an amount of credits consumed by accessing the shared data. Usage data 210 may include other data such as a number of queries, a number of aggregations of each type of a plurality of types performed against the shared data, or other usage statistics. In some embodiments, usage data for a listing 202 or multiple listings 202 of a user is provided to the user in the form of a shared database, i.e. a reference to a database including the usage data is added by the exchange manager 124 to the consumed shares 156 of the user.

[0048] The listing 202 may also include a heat map 211, which may represent the geographical locations in which users have clicked on that particular listing. The cloud computing service 112 may use the heat map to make replication decisions or other decisions with the listing. For example, a data exchange may display a listing that contains weather data for Georgia, USA. The heat map 211 may indicate that many users in California are selecting the listing to learn more about the weather in Georgia. In view of this information, the cloud computing service 112 may replicate the listing and make it available in a database whose servers are physically located in the western United States, so that consumers in California may have access to the data. In some embodiments, an entity may store its data on servers located in the western United States. A particular listing may be very popular to consumers. The cloud computing service 112 may replicate that data and store it in servers located in the eastern United States, so that consumers in the Midwest and on the East Coast may also have access to that data.

[0049] The listing 202 may also include one or more tags 213. The tags 213 may facilitate simpler sharing of data contained in one or more listings. As an example, a large company may have a human resources (HR) listing containing HR data for its internal employees on a data exchange. The HR data may contain ten types of HR data (e.g., employee number, selected health insurance, current retirement plan, job title, etc,). The HR listing may be accessible to 100 people in the company (e.g., everyone in the HR department). Management of the HR department may wish to add an eleventh type of HR data (e.g., an employee stock option plan).

Instead of manually adding this to the HR listing and granting each of the 100 people access to this new data, management may simply apply an HR tag to the new data set and that can be used to categorize the data as HR data, list it along with the HR listing, and grant access to the 100 people to view the new data set.

[0050] The listing 202 may also include version metadata 215. Version metadata 215 may provide a way to track how the datasets are changed. This may assist in ensuring that the data that is being viewed by one entity is not changed prematurely. For example, if a company has an original data set and then releases an updated version of that data set, the updates could interfere with another user's processing of that data set, because the update could have different formatting, new columns, and other changes that may be incompatible with the current processing mechanism of the recipient user. To remedy this, the cloud computing service 112 may track version updates using version metadata 215. The cloud computing service 112 may ensure that each data consumer accesses the same version of the data until they accept an updated version that will not interfere with current processing of the data set.

[0051] The exchange data 200 may further include user records 212. The user record 212 may include data identifying the user associated with the user record 212, e g. an identifier (e g , warehouse identifier) of a user having user data 151 in service database 158 and managed by the virtual warehouse 131.

[0052] The user record 212 may list shares associated with the user, e.g., listings 154 (shares 154) created by the user. The user record 212 may list shares consumed by the user i.e., consumed shares 156 which may be listings 202 created by another user and that have been associated to the account of the user according to the methods described herein. For example, a listing 202 may have an identifier that will be used to reference it in the shares or consumed shares 156 of a user record 212.

[0053] The listing 202 may also include metadata 204 describing the shared data. The metadata

204 may include some or all of the following information: an identifier of the provider of the shared data, a URL associated with the provider, a name of the share, a name of tables, a category to which the shared data belongs, an update frequency of the shared data, a catalog of the tables, a number of columns and a number of rows in each table, as well as name for the columns. The metadata 204 may also include examples to aid a user in using the data. Such examples may include sample tables that include a sample of rows and columns of an example table, example queries that may be run against the tables, example views of an example table, example visualizations (e.g., graphs, dashboards) based on a table’s data. Other information included in the metadata 204 may be metadata for use by business intelligence tools, text description of data contained in the table, keywords associated with the table to facilitate searching, a link (e.g., URL) to documentation related to the shared data, and a refresh interval indicating how frequently the shared data is updated along with the date the data was last updated.

[0054] The metadata 204 may further include category information indicating a type of the data/service (e.g., location, weather), industry information indicating who uses the data/service (e g., retail, life sciences), and use case information that indicates how the data/service is used (e g., supply chain optimization, or risk analysis). For instance, retail consumers may use weather data for supply chain optimization. A use case may refer to a problem that a consumer is solving (i.e., an objective of the consumer) such as supply chain optimization. A use case maybe specific to a particular industry, or can apply to multiple industries. Any given data listing (i.e., dataset) can help solve one or more use cases, and hence may be applicable to multiple use cases.

[0055] The exchange data 200 may further include a catalog 220. The catalog 220 may include a listing of all available listings 202 and may include an index of data from the metadata 204 to facilitate browsing and searching according to the methods described herein. In some embodiments, listings 202 are stored in the catalog in the form of JavaScript Object Notation (JSON) objects.

[0056] Note that where there are multiple instances of the virtual warehouse 131 on different cloud computing platforms, the catalog 220 of one instance of the virtual warehouse 131 may store listings or references to listings from other instances on one or more other cloud computing platforms 110. Accordingly, each listing 202 may be globally unique (e.g., be assigned a globally unique identifier across all of the instances of the virtual warehouse 131). For example, the instances of the virtual warehouses 131 may synchronize their copies of the catalog 220 such that each copy indicates the listings 202 available from all instances of the virtual warehouse 131. In some instances, a provider of a listing 202 may specify that it is to be available on only specified one or more computing platforms 110.

[0057] In some embodiments, the catalog 220 is made available on the Internet such that it is searchable by a search engine such as the Bing™ search engine or the Google search engine. The catalog may be subject to a search engine optimization (SEO) algorithm to promote its visibility. Potential consumers may therefore browse the catalog 220 from any web browser. The exchange manager 124 may expose uniform resource locators (URLs) linked to each listing 202. This URL may be searchable and can be shared outside of any interface implemented by the exchange manager 124 For example, the provider of a listing 202 may publish the URLs for its listings 202 in order to promote usage of its listing 202 and its brand. [0058] FIG. 3 illustrates a cloud environment 300 comprising a cloud deployment 305, which may comprise a similar architecture to cloud computing service 112 (illustrated in FIG. 1 A) and may be a deployment of a data exchange or data marketplace. Although illustrated with a single cloud deployment, the cloud environment 300 may have multiple cloud deployments which may be physically located in separate remote geographical regions but may all be deployments of a single data exchange or data marketplace. Although embodiments of the present disclosure are described with respect to a data exchange, this is for example purpose only and the embodiments of the present disclosure may be implemented in any appropriate enterprise database system or data sharing platform where data may be shared among users of the system/platform.

[0059] The cloud deployment 305 may include hardware such as processing device 305A (e.g., processors, central processing units (CPUs), memory 305B (e.g., random access memory (RAM), storage devices (e.g., hard-disk drive (HDD), solid-state drive (SSD), etc.), and other hardware devices (e.g., sound card, video card, etc.). A storage device may comprise a persistent storage that is capable of storing data. A persistent storage may be a local storage unit or a remote storage unit. Persistent storage may be a magnetic storage unit, optical storage unit, solid state storage unit, electronic storage units (main memory), or similar storage unit. Persistent storage may also be a monolithic/single device or a distributed set of devices. The cloud deployment 305 may comprise any suitable type of computing device or machine that has a programmable processor including, for example, server computers, desktop computers, laptop computers, tablet computers, smartphones, set-top boxes, etc. In some examples, the cloud deployment 305 may comprise a single machine or may include multiple interconnected machines (e.g., multiple servers configured in a cluster).

[0060] Databases and schemas may be used to organize data stored in the cloud deployment 305 and each database may belong to a single account within the cloud deployment 305. Each database may be thought of as a container having a classic folder hierarchy within it. Each database may be a logical grouping of schemas and a schema may be a logical grouping of database objects (tables, views, etc.). Each schema may belong to a single database. Together, a database and a schema may comprise a namespace. When performing any operations on objects within a database, the namespace is inferred from the current database and the schema that is in use for the session. If a database and schema are not in use for the session, the namespace must be explicitly specified when performing any operations on the objects. As shown in FIG. 3, the cloud deployment 305 may include a provider account 310 including database DB1 having schemas 320A - 320D.

[0061] FIG. 3 also illustrates share-based access to objects in the provider account 310. The provider account 310 may create a share object 315, which includes grants to database DB1 and schema 320A, as well as a grant to a table T2 located in schema 320A. The grants on database DB1 and schema 320A may be usage grants and the grant on table T2 may be a select grant. In this case, the table T2 in schema 320A in database DB1 would be shared read-only. The share object 315 may contain a list of references (not shown) to various consumer accounts, including the consumer account 350.

[0062] After the share object 315 is created, it may be imported or referenced by consumer account 350 (which has been listed in the share object 315). Consumer account 350 may run a command to list all available share objects for importing. Only if the share object 315 was created with a reference to the consumer account 350, then the consumer account 350 reveals the share object using the command to list all share objects and subsequently import it. In one embodiment, references to a share object in another account are always qualified by account name. For example, consumer account 350 would reference a share object SHI in provider account Al with the example qualified name “Al. SHI.” Upon the share object 315 being imported to consumer account 350 (shown as imported database 355), an administrator role (e.g., an account level role) of the consumer account 350 may be given a usage grant to the imported database 355. In this way, a user in account 350 with the administrator role 350A may access data from DB1 that is explicitly shared/included in the share object 315.

[0063] FIG. 3 also illustrates a database role 360. A database role may function similarly to an account level role, except for the fact that the database role may be defined inside a database (e.g., DB1 in the example of FIG. 3) or any appropriate database container (e.g., a schema). The database role 360 may be an object that is of a different type than an account level role or any other object (e.g., may be a new object type) and may be referenced using a qualifier based on the name of the database it is created within (e.g., DB1.ROLE1). Although the database role 360 may be similar to an account level role with respect to grants of privileges that can be assigned, the database role 360 may exist exclusively within database DB1 (the database in which it was defined). Thus, privileges granted to the database role 360 must be limited in scope to the objects contained in the database DB1 where the database role 360 is defined. The database role 360 may allow for the privileges provided by the share object 355 to be modularized to provide access to only certain objects of the database DB1 that the share object 355 has grants to.

[0064] When a database is replicated, a corresponding account level role could be replicated, or the database itself could be designated as the unit of replication. By defining the database role 360 within database DB1, a clear separation between the database role 360 and the other units of replication (e.g., account level roles) may be realized. Because privileges to a subset of the objects within database DB1 (and no other database) are granted to the database role 360, the database role 360 and the subset of the objects to which it has been granted privileges (e.g., modularized privileges) are all maintained in the database DB1. In addition, the executing role of provider account 310 must have a usage privilege on the database DB1 where the database role 360 is defined in order to resolve it.

[0065] In this way, if the provider account 310 grants to a consumer account access to a share object which has been granted privileges to the database DB1, then the consumer account may see all the contents of DB1 . However, by utilizing multiple database roles that are each granted privileges to particular objects (e.g., subsets of the objects) within the database DB1, the consumer account may only see/access objects for which privileges have been granted to the database roles the consumer account has been granted access to. A database role can be granted to account level roles, or other database roles that are within the same database. A database role cannot be granted to another database role from a different database.

[0066] In some scenanos a provider account may grant a database role to multiple share objects and a consumer account may import each of the multiple share objects to generate multiple imported databases in the consumer account. Subsequently, the consumer account may grant the imported database role in each imported database to the same account level role. However, in such situations, a different database object must be granted to each share object in a separate grant, otherwise a single revoke operation for a given share object/imported database will result in all grants of the database role to be revoked. To prevent this, embodiments of the present disclosure utilize a concept referred to as a hidden role when granting a database role to a share object. FIG. 6 is a block diagram of a deployment 600 in which the use of hidden roles to grant a database role to one or more share objects is illustrated. As shown in FIG. 6, when a provider account wishes to grant a database role (DB1 ROLE1) to a share object 605, it may create a new hidden role 605A. The hidden role 605A may be a database role or an account level role and may be anonymous (i.e., without a name). DB1.ROLE1 may be granted to the hidden role 605A and the hidden role 605A may be granted to share object 605. DB1.ROLE1 may be granted to each share object 605, 606, and 607 in this manner in order to establish a one to one relationship between database roles and share objects. By doing so, revocation of DB1.ROLE1 from e.g., share object 605 will not affect the grant of DB1.ROLE1 to share object 606 or 607. Once DB1.ROLE1 has been granted to each share object 605-607 in this manner, the consumer account may import each share object 605-607 and generate a shared database 610-612 based on each of the share objects 605-607 respectively. In addition, when a share object is deleted, or an account is removed from a share object, the use of hidden objects also ensures that only the grants provided through that share object are dropped. In short, any time a database role is granted to a share object, a hidden role for that granted database role and for the share object (i.e., share grantee) will be created.

[0067] In some embodiments, any objects granted by a provider account to a share object will not result in objects being automatically created in the consumer account. In this way, lifecycle problems can be avoided. For example, if a shared database role is renamed, there is no need for all existing automatically created objects to be renamed as well. In another example, if a database role is dropped, there is no need for all existing automatically created objects to be dropped as well. In a further example, if a new database role is added to the share object in the provider account, objects to which the new database role has been granted privileges will not automatically be created in all existing shared databases in consumer accounts. [0068] Similar to the way that data can be shared from a provider account to a consumer account, applications can also be shared from a provider account to a consumer account. As with sharing of data, sharing of a native application (hereinafter referred to as an application) may be performed using a shared container. A provider may define an application share object (same as a standard share object) and may couple a database comprising an installation script for installing the application to the application share object. In some embodiments, the installation script may be in the form of a stored procedure. Stored procedures may be similar to functions in the sense that they are both evaluated as expressions. Unlike functions however, stored procedures are used via CALL statements and do not appear in other statement types the way functions do (e.g., in a SELECT or WHERE part of a query ). A primary feature of stored procedures is their ability to execute other queries and access their results. As with functions, a stored procedure may be created once and then can be executed many times. Indeed, a stored procedure implemented with e g., Javascript can be thought of as a Javascript UDF augmented with the ability to issue other queries during execution of the Javascript body. When a consumer imports the database that is coupled to the application share object locally, it will trigger execution of the installation script which will build out all of the objects and procedures required for the application to run as discussed in further detail herein.

[0069] In some embodiments, there may be two types of stored procedures, owner’s rights and caller’s nghts. An owner’s rights stored procedure (e.g., exampl e_sp) can be defined in one context and be called in another. A context may refer to the secunty and naming context that child jobs of the stored procedure are executed in. Such a context may comprise the account, role and the schema that is used for compiling a query (i.e., for name resolution and authorization). For example, the stored procedure example sp may be defined in account Al, owned by role R1 and located in schema SI (database DB1), and this combination of information is what is referred to as the owner’s context. On the other hand, the invocation rights for example_sp in turn can be granted to any other role R2 in account A2 (which could be the same as Al). Role R2 may call example_sp from any default schema S2 (the session’s default schema) using warehouse WH (session’s default warehouse) via a query like “CALL DBl.Sl.example spO; The combination of the caller’s account, role, schema and the warehouse is what is referred to as the caller’s context. As opposed to an owner's right stored procedure, child jobs of a caller’s rights stored procedure are executed in the context of the caller. Hence, there is no special treatment for them and the caller session’s default context (i.e., schema, role and account) are used for name resolution and authorization purposes. Hence, unlike owner’s rights type, the default warehouse can be changed during the execution of the body (by a child job).

[0070] FIG. 4 illustrates an example native application sharing process taking place within the deployment 305. It should be noted that embodiments of the present disclosure may be used with any native application sharing process and the process illustrated in FIG.4 is not limiting. Upon creating the database DB1 and the schema 320A, the provider account 310 may generate an installation script 410 and store it in the schema 320A as a stored procedure. The native applications framework 475 may enable the provider account 310 to indicate that a particular stored procedure is an installation script that will automatically be invoked with no arguments when a consumer with whom the stored procedure has been shared requests installation of the application.

[0071] The provider account 310 may define the installation script 410 with the necessary functionality to install the application (including any objects and procedures required by the application) in the consumer account 350. The provider account 310 may create an application share object 430 in the same manner that a normal share object is created, and attach the installation script 410 to the application share object 430. The provider account 310 may then grant the necessary privileges to the application share object 430 including usage on the database DB1, usage on the schema 320 A, and usage on the installation script 410. [0072] When the consumer account 350 runs a command to see the available shares, they may see the application share object 430 and may import the application share object 430 to create an imported database 460 from the application share object 430. In response to the creation of the imported database 460, the native applications framework 475 may automatically trigger execution of the installation script 410, which may create objects as well as tasks/procedures corresponding to the application functionality in the consumer account 350. For example, the installation script 410 may create a procedure that periodically contacts a third party API and retrieves data from the third party API to the imported database 460 for processing. As the application must access data and perform various functions, the imported database 460 is no longer a read-only database as it will not only include the application share object 430 from the provider account 310 (read only) but also have objects locally created inside the imported database via the stored procedures/installation script 410 that come with the application.

[0073] The consumer account 350 may create the necessary objects that will be used by the application such as credentials, API integration, and a warehouse. The consumer account 350 may also grant privileges necessary for the application to run (some privileges are granted on objects managed and owned by the consumer account 350) including usage on secrets, usage on the API Integration, usage on the warehouse, and privileges granted to the application if it needs to access objects of the consumer account 350 or execute procedures in the consumer account 350. Once installed, the application may perform various functions in the consumer account 350 as long as the consumer account 350 has authorized it. The application can act as an agent, and take any action that any role on the consumer account 350 could take such as e.g., set up a task pipeline, set up data ingestion (e.g., via Snowpipe™ ingestion), or any other defined functionality of the application. The application may act on behalf of the consumer account 350 and execute procedures in a programmatic way.

[0074] As can be seen, the native applications framework 475 may enable users of a data marketplace to build native applications that can be shared with other users of the data marketplace. The native applications can be published and discovered in the data marketplace like any other data listing, and consumers can install them in their local data marketplace account to serve their data processing needs. This helps to bring data processing services and capabilities to consumers instead of requiring a consumer to share data with e.g., a service provider who can perform these data processing services and share the processed data back to the consumer. Stated differently, instead of a consumer having to share potentially sensitive data with a third party who can perform the necessary data processing services and send the results back to the consumer, the desired data processing functionality may be encapsulated, and then shared with the consumer so that the consumer does not have to share their potentially sensitive data.

[0075] As discussed hereinabove, execution information generated by native applications has a variety of uses for both providers and consumers. The native applications framework 475 may provide functionality to log execution information of native applications being executed by a consumer and provide such execution information to the consumer FIG. 5A illustrates the deployment 305 with the consumer account 350 executing application 445, which is an application the provider account 310 has shared with the consumer account 350 as discussed above with respect to FIG. 4. The native applications framework 475 may monitor execution of the application 445 to obtain execution information including execution logs, trace events, and usage metrics, and provide this execution information to the consumer account 350. More specifically, the native applications framework 475 may facilitate the ingestion and storage of execution information into an event table 455A of the consumer account 350 whenever the consumer account 350 calls the application 445. Each account (consumer or provider) of the deployment 305 may include an event table (e.g., event table 455A of the consumer account and event table 455B of the provider account) which may be used to store execution information generated by applications they are sharing or consuming. [0076] FIG. 5B illustrates a detailed view of the traditional logging functionality of the native applications framework 475. The native applications framework 475 may include a logger utility 480 that may configure targets (e.g., consumer event table 455A) into which execution information associated with execution of the application 445 are to be loaded. The functionality of the logger utility 480 may be implemented by the resource coordination layer 306 of the deployment 305. which may be a collection of services that process user requests, including login, metadata management, query parsing/optimization, and query coordination/dispatch services. Referring simultaneously to FIG. 5A, to support ingesting execution information into the event table 455A, the logger utility 480 may create a log information object 480A. The log information object 480A may contain all the information required to send execution information to an individual event table (e.g., consumer event table 455A) including e.g., task pipe ID and staging file name. The information required to send the execution information to an event table may also be referred to herein as a “configuration.” Thus, for example, information required to send execution information to the consumer event table 455 A may be referred to as a consumer configuration while information required to send execution information to a provider event table 455B may be referred to as a provider configuration.

[0077] The log information object 480A may be transmitted to the processing layer 307 of the deployment 305, which may perform query execution as well as execution of other functions, and may comprise multiple virtual warehouses, each of which is a compute cluster (e.g., a massively parallel processing compute cluster) composed of multiple compute nodes. The processing layer 307 of the deployment 305 may include an event context 490 which may use the configuration in the log information object 480A to create and configure an event unloader 485 (as described in further detail herein), which is ultimately responsible for writing execution information to the consumer account 350’s event table 455A. The event context 490 normally includes a map that links individual applications (e.g., application 445) with a single event unloader 485. When execution information associated with the application 445 arrives, the event context 490 retrieves the associated event unloader 485 and forwards the execution information to it. Although the interface between the logger utility 480 and the processing layer 307 may accept multiple log information objects, there is normally a one-to-one correspondence between a log information object and an event unloader and the event context 490 traditionally assumes that only one log information object corresponding to an event unloader 485 for writing execution information into the consumer account 350’s event table 455A will be passed.

[0078] However, embodiments of the present disclosure implement an execution information sharing infrastructure in the processing layer 307 having a modified event context 490 that maps multiple event unloaders 485 A-C to the application 445 (shown in FIG. 5A) as shown in FIG. 5C, instead of a single event unloader. As discussed herein, each of the event unloaders 485 A-C may correspond to a particular target into which execution information is to be written.

Although discussed herein with respect to the event tables of provider and consumer accounts, an event unloader 485 may correspond to any appropriate target as embodiments of the present disclosure are not limited to sharing execution information between provider and consumer accounts, and may include sharing execution information between any appropriate actors. In addition, although illustrated in FIG. 5C as mapping 3 different event unloaders, any appropriate number of event unloaders may be mapped to a single application. When execution information associated with the application 445 arrives, the event context 490 accepts and forwards the execution information to each of the mapped event unloaders 485 A-C. Because the event context 490 can be mapped to multiple event unloaders 485 A-C, in one example (discussed in further detail with respect to FIG. 5D) the logger utility 480 may create a consumer configuration and a provider configuration and may add the consumer configuration and the provider configuration to their own log information objects 480A and 480B respectively. The logger utility 480 may then provide the log information objects 480A and 480B to processing layer 307, and more specifically, to the event context 490. The event context 490 may use the consumer configuration to create an event unloader 485A associated with the consumer event table 455A and may use the provider configuration to create an event unloader 485B associated with the provider event table 455B. The event context 490 may map the application 445 to the event unloader 485A and the event unloader 485B. The event unloaders 485A and 485B may write the execution information into the consumer event table 455A and the provider event table 455B respectively. This allows the native applications framework 475 to automatically duplicate the execution information (execution logs, trace events, and usage metrics) to the provider’s event table 455B as it is being loaded into the consumer's event table 455A as discussed in further detail herein.

[0079] In addition, the native applications framework 475 may be modified to enable the provider account 310 to control the log level of a native application that it is sharing. The log level may refer to the type of execution logs that will be shared with the provider. On one hand, providers may need enough diagnostic information from different log levels (types of logs) to debug issues in their applications. On the other hand, logging can be expensive, especially when an application has many consumers. To control the volume of execution logs while still ensuring that the amount/variety of information that will be recorded and shared by the consumers is sufficient, the provider account 310 may predefine the log level of the share object 430 during the creation of the share object 430. The native applications framework 475 may include a log API (not shown) which may provide a number of possible predefined values for the log level including e g., OFF, FATAL, ERROR, WARN, INFO, DEBUG, and TRACE. In some embodiments, the default log level value is WARN, which means only execution logs generated from the application 445 with a log level higher than or equal to WARN are recorded. This default value would also be used for the already installed instances of application 445.

Immediately after the consumer account 350 installs an instance of the application 445, the log level predefined by the provider account 310 will take effect. In some embodiments, after the creation of the share object 430, the provider account 310 cannot change the log level dynamically via a command. [0080] Similarly, the native applications framework 475 may include a trace API (not shown) which may enable the provider account 310 to predefine (during the creation of the share object 430) the trace level of the application 445 they are sharing. The trace level may refer to the type of trace events that will be shared with the provider. The trace API may provide a number of possible predefined values for the trace level including e.g., OFF, ALWAYS, ON_EVENT. In some embodiments, the default trace level value is ON_EVENT, which means a trace event is recorded if the provider code emits a custom event. This default value would be used for the already installed instances of application 445.

[0081] In some embodiments, the consumer account 350 can decide whether to provide the execution information (e.g., execution logs and trace events) to the provider account 310. The native applications framework 475 may provide a string property which the consumer account 350 may set to control the replication of all types of execution information to event tables of other accounts. The valid values of this string property may be TRUE and FALSE. By default, this string property is FALSE which means the execution information is not replicated to the provider account 310. This string property may only be applied to a native application instance. [0082] In some embodiments, both provider account 310 and the consumer account 350 can set their own respective log level/trace level dynamically during the lifecycle of the application 445. For example, the provider account 310 may wish to ingest INFO level logs, while the consumer account 350 may wish to ingest WARNING level logs. In these embodiments, the log level/trace level defined by each of the provider account 310 and the consumer account 350 may be reflected in their respective provider and consumer configurations which are provided to the event context 490 by the logger utility 480.

[0083] Referring now to FIG. 5D, the consumer account 350 may begin execution of the application 445 and as execution information is generated, the native applications framework

475 calls the logger utility 480 to generate a consumer configuration and a provider configuration. Stated differently, the logger uti 1 i ty 480 may configure the consumer event table 455A and the provider event table 455B as targets into which log batches associated with execution of the application 445 are to be loaded. Normally, when the consumer account 350 creates an instance from the application share object 430, the log level/trace level configurations that the consumer account 350 has set at the session or account level are accounted for when determining the log level/trace level properties of the application 445 on the consumer account 350’s side. However, in some embodiments of the present disclosure, the native applications framework 475 may be modified to ignore the log level/trace level configurations that the consumer account 350 has set at the session or account level and instead obtain (from the imported database 460) and use the log level/trace level properties specified by the provider account 310 during creation of the application share object 430 as the log level/trace level properties of the application 445 on the consumer account 350’s side as discussed in further detail hereinabove.

[0084] The logger utility 480 may then obtain the share information from the imported database 460 of the application 445, and from the share information the logger utility 480 may extract the provider account 310’s account information. The imported database 460 may be available via a function object (not shown) of the resource coordination layer 306 that refers to the application 445 (or a stored procedure corresponding thereto), and is passed to the logger utility 480 by the resource coordination layer 306. The imported database 460 can be used to obtain the provider’s account information. The logger utility 480 may generate the consumer’s configuration normally, as discussed hereinabove, and may generate the provider configuration (including e.g., provider task pipe id and provider staging file name) based on the provider’s account information. In addition, the native applications framework 475 may include an event table diagnostic context (not shown) which may capture several metadata fields e.g., query id, owner name, and other consumer information. When generating the provider configuration, the native applications framework 475 may include a diagnostic context configuration indicating these captured metadata fields as metadata to be masked. [0085] The logger utility 480 may add the consumer and provider configurations to their own respective log information objects 480A and 480B respectively and send the log information objects 480A and 480B to the event context 490 of the processing layer 307.

[0086] The event context 490 may create the consumer’s event unloader 485 A normally based on the consumer configuration and may associate the event unloader 485A with the application 445’s log correlation ID. The event context 490 may store the consumer’s event unloader 485A and update its mapping to indicate that the consumer’s event unloader 485A is linked to the application 445’s log correlation ID. A file unloader context (not shown) may contain the information related to the consumer account 350’s staging file name and may be stored in the application mapping information 492 for the application 445 using the application 445’s log correlation ID. The event context 490 may create the provider’s event unloader 485B based on the provider configuration and may associate the event unloader 485B with the application 445’s log correlation ID. The event context 490 may store the provider’s event unloader 485B and update its mapping to indicate that the provider’s event unloader 485B is linked to the application 445’s log correlation ID. The file unloader context, which contains the information related to the provider account 310’s staging file name is stored in the function mapping information 492 for the application 445 using the application 445’s log correlation ID.

[0087] FIG. 7 illustrates the processing layer 307 during the execution information ingestion process in accordance with some embodiments of the present disclosure. As can be seen, a new set of execution information associated with the application 445’s log correlation ID arrives (from the resource coordination layer 306) at the event context 490. The event context 490 fetches all event unloaders 485 associated with the application 445’s log correlation ID and forwards the set of execution information to each event unloader 485 associated with that log correlation ID. The consumer account 350’s event unloader 485A filters execution logs and trace events having a higher log level/trace level than that set by the provider account 310 and sends the rest of the execution information for ingestion by the event table 455A normally. In embodiments where the consumer account 350 can set its own log level/trace level, the event unloader 485A filters execution logs and trace events having a higher log level/trace level than that set by the consumer account 350 and sends the rest of the execution information for ingestion by the event table 455 A normally. The provider account 310's event unloader 485B filters execution logs and trace events having a higher log level/trace level than that set by the provider account 310, masks consumer information based on the diagnostic context configuration generated by the resource coordination layer 306 (as discussed above), and then sends the rest of the execution information for ingestion by the event table 455B.

[0088] FIG. 8 is a flow diagram of a method 800 for replicating execution information provided to a consumer event table to multiple other targets, in accordance with some embodiments of the present disclosure. Method 800 may be performed by processing logic that may comprise hardware (e.g., circuitry, dedicated logic, programmable logic, a processor, a processing device, a central processing unit (CPU), a system-on-chip (SoC), etc ), software (e g , instructions running/ executing on a processing device), firmware (e g., microcode), or a combination thereof. In some embodiments, the method 800 may be performed by a processing device 305A of cloud deployment 305 (illustrated in FIGS. 4 and 5A).

[0089] Referring simultaneously to FIG. 5D, at block 805 the consumer account 350 may begin execution of the application 445 and as execution information is generated, at block 810 the native applications framework 475 calls the logger utility 480 to generate a consumer configuration and a provider configuration. Stated differently, the logger utility 480 may configure the consumer event table 455A and the provider event table 455B as targets into which log batches associated with execution of the application 445 are to be loaded. Normally, when the consumer account 350 creates an instance from the application share object 430, the log level/trace level configurations that the consumer account 350 has set at the session or account level are accounted for when determining the log level/trace level properties of the application 445 on the consumer account 350’s side. However, in embodiments of the present disclosure, the native applications framework 475 may be modified to ignore the log level/trace level configurations that the consumer account 350 has set at the session or account level and instead obtain (from the imported database 460) and use the log level/trace level properties specified by the provider account 310 during creation of the application share object 430 as the log level/trace level properties of the application 445 on the consumer account 350’s side as discussed in further detail hereinabove.

[0090] At block 815, the logger utility 480 may then obtain the share information from the imported database 460 of the application 445, and from the share information the logger utility 480 may extract the provider account 310’s account information. The imported database 460 may be available via a function object (not shown) of the resource coordination layer 306 that refers to the application 445 (or a stored procedure corresponding thereto), and is passed to the logger utility 480 by the resource coordination layer 306. At block 820, the logger utility 480 may generate the consumer’s configuration normally, as discussed hereinabove, and may generate the provider configuration (including e g., provider task pipe id and provider staging file name) based on the provider’s account information. In addition, the native applications framework 475 may include an event table diagnostic context (not shown) which may capture several metadata fields e.g., query id, owner name, and other consumer information. When generating the provider configuration, the native applications framew ork 475 may include a diagnostic context configuration indicating these captured metadata fields as metadata to be masked.

[0091] The logger utility 480 may add the consumer and provider configurations to their own log information objects 480A and 480B respectively and send the log information objects 480A and 480B to the event context 490 of the processing layer 307.

[0092] At block 825, the event context 490 may create the consumer’s event unloader 485A normally based on the consumer configuration and may associate the event unloader 485A with the application 445’s log correlation ID. The processing layer 307 may create the provider’s event unloader 485B based on the provider configuration and may associate the event unloader 485B with the application 445’s log correlation ID. At block 830, the event context 490 may store the consumer’s event unloader 485 A and update its mapping to indicate that the consumer’s event unloader 485A is linked to the application 445’s log correlation ID. The event context 490 may store the provider’s event unloader 485B and update its mapping to indicate that the provider’s event unloader 485B is linked to the application 445’s log correlation ID. The file unloader context may contain the information related to the consumer account 350’s staging file name and may be stored in the application mapping information 492 for the application 445 using the application 445’s log correlation ID. The file unloader context, which contains the information related to the provider account 310’s staging file name is stored in the function mapping information 492 for the application 445 using the application 445’s log correlation ID. [0093] At block 835, when a new set of execution information associated with the application 445’s log correlation ID arrives (from the resource coordination layer 306) at the event context 490, the event context 490 fetches all event unloaders 485 associated with the application 445’s log correlation ID and forwards the set of execution information to each event unloader 485 associated with that log correlation ID. The consumer account 350’s event unloader 485A filters execution logs and trace events having a higher log level/trace level than that set by the provider account 310 and sends the rest of the execution information for ingestion by the event table 455A normally. In embodiments where the consumer account 350 can set its own log level/trace level, the event unloader 485 A filters execution logs and trace events having a higher log level/trace level than that set by the consumer account 350 and sends the rest of the execution information for ingestion by the event table 455A normally. The provider account 310's event unloader 485B filters execution logs and trace events having a higher log level/trace level than that set by the provider account 310, masks consumer information based on the diagnostic context configuration generated by the resource coordination layer 306 (as discussed above), and then sends the rest of the execution information for ingestion by the event table 455B. [0094] FIG. 9 illustrates a diagrammatic representation of a machine in the example form of a computer system 900 within which a set of instructions, for causing the machine to perform any of the methodologies discussed herein for sharing, with multiple targets, execution information of an application shared via a data exchange.

[0095] In alternative embodiments, the machine may be connected (e.g., networked) to other machines in a local area network (LAN), an intranet, an extranet, or the Internet. The machine may operate in the capacity of a server or a client machine in a client-server network environment, or as a peer machine in a peer-to-peer (or distributed) network environment. The machine may be a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a server, a network router, a switch or bridge, a hub, an access point, a network access control device, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine. Further, while only a single machine is illustrated, the term “machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein. In one embodiment, computer system 900 may be representative of a server.

[0096] The exemplary computer system 900 includes a processing device 902, a main memory 904 (e.g., read-only memory (ROM), flash memory, dynamic random access memory (DRAM), a static memory 905 (e.g., flash memory, static random access memory (SRAM), etc.), and a data storage device 918, which communicate with each other via a bus 930. Any of the signals provided over various buses described herein may be time multiplexed with other signals and provided over one or more common buses. Additionally, the interconnection between circuit components or blocks may be shown as buses or as single signal lines. Each of the buses may alternatively be one or more single signal lines and each of the single signal lines may alternatively be buses. [0097] Computing device 900 may further include a network interface device 908 which may communicate with a network 920. The computing device 900 also may include a video display unit 910 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)), an alpha-numeric input device 912 (e.g., a keyboard), a cursor control device 914 (e.g., a mouse) and an acoustic signal generation device 915 (e.g., a speaker). In one embodiment, video display unit 910, alphanumeric input device 912, and cursor control device 914 may be combined into a single component or device (e.g., an LCD touch screen).

[0098] Processing device 902 represents one or more general-purpose processing devices such as a microprocessor, central processing unit, or the like. More particularly, the processing device may be complex instruction set computing (CISC) microprocessor, reduced instruction set computer (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or processor implementing other instruction sets, or processors implementing a combination of instruction sets. Processing device 902 may also be one or more special-purpose processing devices such as an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), a digital signal processor (DSP), network processor, or the like. The processing device 902 is configured to execute execution information sharing instructions 925, for performing the operations and steps discussed herein.

[0099] The data storage device 918 may include a machine-readable storage medium 928, on which is stored one or more sets of execution information sharing instructions 925 (e.g., software) embodying any one or more of the methodologies of functions described herein. The execution information sharing instructions 925 may also reside, completely or at least partially, within the main memory 904 or within the processing device 902 during execution thereof by the computer system 900; the main memory 904 and the processing device 902 also constituting machine-readable storage media. The execution information sharing instructions 925 may further be transmitted or received over a network 920 via the network interface device 908. [0100] The machine-readable storage medium 928 may also be used to store instructions to perform a method for sharing execution information generated from a native application being shared by a provider account and executed by a consumer account, as described herein. While the machine-readable storage medium 928 is shown in an exemplary embodiment to be a single medium, the term “machine-readable storage medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, or associated caches and servers) that store the one or more sets of instructions. A machine-readable medium includes any mechanism for storing information in a form (e.g., software, processing application) readable by a machine (e.g., a computer). The machine-readable medium may include, but is not limited to, magnetic storage medium (e.g., floppy diskette); optical storage medium (e g., CD- ROM); magneto-optical storage medium; read-only memory (ROM); random-access memory (RAM); erasable programmable memory (e.g., EPROM and EEPROM); flash memory'; or another type of medium suitable for storing electronic instructions.

[0101] Unless specifically stated otherwise, terms such as “receiving,” “routing,” “granting,” “determining,” “publishing,” “providing,” “designating,” “encoding,” or the like, refer to actions and processes performed or implemented by computing devices that manipulates and transforms data represented as physical (electronic) quantities within the computing device's registers and memories into other data similarly represented as physical quantities within the computing device memories or registers or other such information storage, transmission or display devices. Also, the terms "first," "second," "third," "fourth," etc., as used herein are meant as labels to distinguish among different elements and may not necessarily have an ordinal meaning according to their numerical designation.

[0102] Examples described herein also relate to an apparatus for performing the operations described herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general purpose computing device selectively programmed by a computer program stored in the computing device. Such a computer program may be stored in a computer- readable non-transitory storage medium.

[0103] The methods and illustrative examples described herein are not inherently related to any particular computer or other apparatus. Various general purpose systems may be used in accordance with the teachings described herein, or it may prove convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these systems will appear as set forth in the description above.

[0104] The above description is intended to be illustrative, and not restrictive. Although the present disclosure has been described with references to specific illustrative examples, it will be recognized that the present disclosure is not limited to the examples described. The scope of the disclosure should be determined with reference to the following claims, along with the full scope of equivalents to which the claims are entitled.

[0105] As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises”, “comprising”, “includes”, and/or “including”, when used herein, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. Therefore, the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting. [0106] It should also be noted that in some alternative implementations, the functions/acts noted may occur out of the order noted in the figures. For example, two figures shown in succession may in fact be executed substantially concurrently or may sometimes be executed in the reverse order, depending upon the functionality /acts involved.

[0107] Although the method operations were described in a specific order, it should be understood that other operations may be performed in between described operations, described operations may be adjusted so that they occur at slightly different times or the described operations may be distributed in a system which allows the occurrence of the processing operations at various intervals associated with the processing.

[0108] Various units, circuits, or other components may be described or claimed as “configured to” or “configurable to” perform a task or tasks. In such contexts, the phrase “configured to” or “configurable to” is used to connote structure by indicating that the units/circuits/components include structure (e.g., circuitry) that performs the task or tasks during operation. As such, the unit/circuit/component can be said to be configured to perform the task, or configurable to perform the task, even when the specified unit/circuit/component is not currently operational (e.g., is not on). The units/circuits/components used with the “configured to” or “configurable to” language include hardware-for example, circuits, memory storing program instructions executable to implement the operation, etc. Reciting that a unit/circuit/component is “configured to” perform one or more tasks, or is “configurable to” perform one or more tasks, is expressly intended not to invoke 35 U.S.C. 112, sixth paragraph, for that unit/circuit/component. Additionally, “configured to” or “configurable to” can include generic structure (e.g., generic circuitry) that is manipulated by software and/or firmware (e.g., an FPGA or a general-purpose processor executing software) to operate in manner that is capable of performing the task(s) at issue. “Configured to” may also include adapting a manufacturing process (e.g., a semiconductor fabrication facility) to fabricate devices (e.g., integrated circuits) that are adapted to implement or perform one or more tasks. “Configurable to” is expressly intended not to apply to blank media, an unprogrammed processor or unprogrammed generic computer, or an unprogrammed programmable logic device, programmable gate array, or other unprogrammed device, unless accompanied by programmed media that confers the ability to the unprogrammed device to be configured to perform the disclosed function(s).

[0109] Any combination of one or more computer-usable or computer-readable media may be utilized. For example, a computer-readable medium may include one or more of a portable computer diskette, a hard disk, a random access memory (RAM) device, a read-only memory (ROM) device, an erasable programmable read-only memory (EPROM or Flash memory) device, a portable compact disc read-only memory (CDROM), an optical storage device, and a magnetic storage device. Computer program code for cartying out operations of the present disclosure may be written in any combination of one or more programming languages. Such code may be compiled from source code to computer-readable assembly language or machine code suitable for the device or computer on which the code will be executed.

[0110] Embodiments may also be implemented in cloud computing environments. In this description and the following claims, “cloud computing” may be defined as a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned (including via virtualization) and released with minimal management effort or service provider interaction and then scaled accordingly. A cloud model can be composed of various characteristics (e g., on-demand self-service, broad network access, resource pooling, rapid elasticity, and measured service), service models (e.g., Software as a Service (“SaaS”), Platform as a Service (“PaaS”), and Infrastructure as a Service (“laaS”)), and deployment models (e.g., private cloud, community cloud, public cloud, and hybrid cloud).

[0111] The flow diagrams and block diagrams in the attached figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flow diagrams or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It will also be noted that each block of the block diagrams or flow diagrams, and combinations of blocks in the block diagrams or flow diagrams, may be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions. These computer program instructions may also be stored in a computer-readable medium that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable medium produce an article of manufacture including instruction means which implement the function/act specified in the flow diagram and/or block diagram block or blocks.

[0112] The foregoing description, for the purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the embodiments and its practical applications, to thereby enable others skilled in the art to best utilize the embodiments and various modifications as may be suited to the particular use contemplated. Accordingly, the present embodiments are to be considered as illustrative and not restrictive, and the invention is not to be limited to the details given herein, but may be modified within the scope and equivalents of the appended claims.